2021-08-22

This commit is contained in:
2021-08-22 19:40:28 +09:00
parent a51bd5e574
commit 1a6ee1f972
7 changed files with 176 additions and 2 deletions

View File

@@ -9,11 +9,11 @@ rootProject.name = "java-examples"
include(
"json-web-token", "mockito",
"mosquitto", "rabbit-mq",
"ssh",
"ssh", "batik", "webcam",
"web-socket-servlet", "web-socket-client",
"thread", "hibernate", "jdbc-sqlite",
"xml", "jackson", "jsoup", "markdown", "network", "httpd",
"properties",
"properties",
"mustache", "thymeleaf", "locale", "quartz", "sysinfo",
"imaging"
)