<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>2.0.0.RC0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.50
|-- org.slf4j:slf4j-api:1.7.25
|-- org.slf4j:slf4j-simple:1.7.25
|-- org.eclipse.jetty:jetty-server:9.4.11.v20180605
|-- org.eclipse.jetty:jetty-webapp:9.4.11.v20180605
|-- org.eclipse.jetty.websocket:websocket-server:9.4.11.v20180605
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
|-- org.apache.velocity:velocity-engine-core:2.0
|-- org.freemarker:freemarker:2.3.28
|-- org.thymeleaf:thymeleaf:3.0.9.RELEASE
|-- com.github.spullara.mustache.java:compiler:0.9.5
|-- org.jtwig:jtwig-core:5.87.0.RELEASE
|-- com.mitchellbosecke:pebble:2.4.0
|-- com.atlassian.commonmark:commonmark:0.11.0
test
|-- junit:junit:4.12
|-- org.hamcrest:hamcrest-library:1.3
|-- com.mashape.unirest:unirest-java:1.4.9
|-- org.java-websocket:Java-WebSocket:1.3.4
|-- com.squareup.okhttp3:okhttp:3.9.0