feat: init commit

This commit is contained in:
2025-03-12 23:13:49 +08:00
parent 26d7409864
commit 4f8685ef0b
3 changed files with 122 additions and 27 deletions

21
build.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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"
]
}
}