/* * 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", "batik", "webcam", "web-socket-servlet", "web-socket-client", "thread", "hibernate", "jdbc-sqlite", "xml", "jackson", "jsoup", "markdown", "network", "httpd", "properties", "serial-io", "mustache", "thymeleaf", "locale", "quartz", "sysinfo", "imaging", "stream", "sound", "midi", "gson", "security", "model-mapper", "slf4j" ) include("feed") include("user-agent-parser")