Issue #48: implement Java client session values errors and CLI

This commit is contained in:
Joseph Doherty
2026-04-26 20:59:28 -04:00
parent 02143ef7e2
commit d6939432f9
25 changed files with 2447 additions and 22 deletions
+2
View File
@@ -3,6 +3,8 @@ plugins {
}
ext {
guavaVersion = '33.5.0-jre'
gsonVersion = '2.13.2'
grpcVersion = '1.76.0'
junitVersion = '5.14.1'
picocliVersion = '4.7.7'