1
0

Add chapters 18-20 for the java book

This commit is contained in:
2025-12-04 12:14:38 +01:00
parent 2da137aea8
commit 5eded28b16
43 changed files with 1925 additions and 2 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.4.6-jre"
junit = "4.13.2"
[libraries]
guava = { module = "com.google.guava:guava", version.ref = "guava" }
junit = { module = "junit:junit", version.ref = "junit" }