docs(06-annotations): Добавлено задание в README

This commit is contained in:
Mark Zheleznyakov
2024-11-08 00:31:35 +03:00
parent afef99cc0b
commit 12a30b0e80
16 changed files with 647 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# This file was generated by the Gradle 'init' task.
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
[versions]
guava = "33.2.1-jre"
junit-jupiter = "5.10.3"
[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }