14 lines
297 B
Kotlin
14 lines
297 B
Kotlin
/*
|
|
* Examples for Java
|
|
*
|
|
* Copyright (c) 2021. Elex. All Rights Reserved.
|
|
* https://www.elex-project.com/
|
|
*/
|
|
|
|
rootProject.name = "java-examples"
|
|
include("json-web-token", "mockito",
|
|
"mosquitto", "rabbit-mq",
|
|
"ssh",
|
|
"web-socket-servlet","web-socket-client",
|
|
"thread", "hibernate")
|