Created
October 28, 2016 10:38
-
-
Save hendrikebbers/18cd90179849421198df6ff9b619ce0e to your computer and use it in GitHub Desktop.
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
| { | |
| "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