Skip to content

Instantly share code, notes, and snippets.

@DanyF-github
Created September 1, 2020 09:00
Show Gist options
  • Save DanyF-github/e665bab8174d711bf25bad7b198143f1 to your computer and use it in GitHub Desktop.
Save DanyF-github/e665bab8174d711bf25bad7b198143f1 to your computer and use it in GitHub Desktop.
dependencies {
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
// Spark framework
implementation 'com.sparkjava:spark-core:2.8.0'
// Nexmo client library
implementation 'com.nexmo:client:5.3.0'
// Templating engine
implementation 'com.sparkjava:spark-template-handlebars:2.7.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment