Files
math/build.json
2025-07-17 23:37:06 +08:00

22 lines
396 B
JSON

{
"project": {
"name": "math",
"main": "SampleMain",
"archiveName": "math"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}