Created
October 28, 2016 10:36
-
-
Save hendrikebbers/2d3bf1c4797d276be9a261bd1ab9701e 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" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment