Skip to content

Instantly share code, notes, and snippets.

@birdayz
Last active September 23, 2018 22:43
Show Gist options
  • Save birdayz/665c6dddef5da64858912cd473798230 to your computer and use it in GitHub Desktop.
Save birdayz/665c6dddef5da64858912cd473798230 to your computer and use it in GitHub Desktop.
Javalin dependencies
compile group: 'io.javalin', name: 'javalin', version: '2.2.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.9.6'
compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.25'
compile group: 'org.graalvm', name: 'graal-sdk', version: '1.0.0-rc6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment