<dependency>
<groupId>io.javalin</groupId>
<artifactId>javalin</artifactId>
<version>0.4.0</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.1.2-2
|-- org.slf4j:slf4j-api:1.7.25
|-- org.slf4j:slf4j-simple:1.7.25
|-- org.eclipse.jetty:jetty-server:9.4.6.v20170531
|-- org.eclipse.jetty:jetty-webapp:9.4.6.v20170531
|-- commons-fileupload:commons-fileupload:1.3.3
|-- com.fasterxml.jackson.core:jackson-databind:2.8.8.1
|-- org.apache.velocity:velocity:1.7
|-- org.freemarker:freemarker:2.3.26-incubating
|-- org.thymeleaf:thymeleaf:3.0.6.RELEASE
|-- com.github.spullara.mustache.java:compiler:0.9.4
test
|-- junit:junit:4.12