Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created December 19, 2018 14:41
Show Gist options
  • Save recursivecodes/242ef6b56af9feed694535776f0611ed to your computer and use it in GitHub Desktop.
Save recursivecodes/242ef6b56af9feed694535776f0611ed to your computer and use it in GitHub Desktop.
dependencies {
localGroovyConf localGroovy()
compile 'org.codehaus.groovy:groovy-all:2.5.4'
compile 'com.sparkjava:spark-core:2.7.2'
compile 'org.slf4j:slf4j-simple:1.7.21'
compile group: 'org.apache.tika', name: 'tika-core', version: '1.19.1'
implementation fileTree(dir: 'libs', include: ['*.jar'])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment