Last active
September 23, 2018 22:43
-
-
Save birdayz/665c6dddef5da64858912cd473798230 to your computer and use it in GitHub Desktop.
Javalin dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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