1
0
This commit is contained in:
2024-11-14 12:27:54 +03:00
parent 96b358f428
commit 39f827f3e7
13 changed files with 1465 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ repositories {
dependencies {
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'com.google.guava:guava:33.2.1-jre'
}
test {