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

19 lines
358 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.78"
]
}
}