Archived
0

JSON вместо String

This commit is contained in:
2021-04-28 18:47:31 +03:00
parent f4f796c3a4
commit 09a3d16b77
9 changed files with 171 additions and 90 deletions

View File

@@ -4,6 +4,7 @@ dependencies {
implementation libs.netty
implementation libs.reactor
implementation libs.guava
implementation libs.json
testImplementation libs.lang3
}