Skip to content

Instantly share code, notes, and snippets.

@hendrikebbers
Created October 28, 2016 10:38
Show Gist options
  • Save hendrikebbers/18cd90179849421198df6ff9b619ce0e to your computer and use it in GitHub Desktop.
Save hendrikebbers/18cd90179849421198df6ff9b619ce0e to your computer and use it in GitHub Desktop.
{
"name": "My cool API",
"description": "A very cool API",
"licence": "Apache 2.0",
"groupId": "com.cool.api",
"artifactId": "cool-api",
"version": "2.1.9",
"encoding": "UTF-8",
"source-java": "8",
"target-java": "8",
"dependencies": [{
"groupId": "com.cool.spi",
"artifactId": "cool-spi",
"version": "1.0.0"
},{
"groupId": "com.cool.logging",
"artifactId": "cool-logging",
"version": "1.0.0"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment