Files
jwt-util/build.json
2025-03-12 23:13:49 +08:00

22 lines
429 B
JSON

{
"project": {
"name": "jwt-util",
"main": "me.hatter.tools.jwtutil.JwtUtilMain",
"archiveName": "jwt-util"
},
"application": false,
"java": "1.8",
"builder": {
"name": "gradle",
"version": "3.1"
},
"repo": {
"dependencies": [
"me.hatter:commons:3.0"
],
"testDependencies": [
"junit:junit:4.12"
]
}
}