add JsonTokenizer

This commit is contained in:
2025-04-12 17:10:13 +02:00
parent 3ee456bd8f
commit 7e44eda639
16 changed files with 616 additions and 3 deletions

View File

@@ -1,7 +1,11 @@
[versions]
annotations = "24.1.0"
junit = "5.12.1"
junit-launcher = "1.12.1"
lombok = "1.18.32"
[libraries]
annotations = { module = "org.jetbrains:annotations", version.ref = "annotations" }
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-launcher" }
lombok = { module = "org.projectlombok:lombok", version.ref = "lombok" }