Files
commons-cache/build.json
2026-01-02 13:28:56 +08:00

18 lines
380 B
JSON

{
"java": "1.8",
"builder": {
"name": "gradle",
"version": "7.0"
},
"repo": {
"gid": "me.hatter",
"aid": "commons-cache",
"jar": "commons-cache-1.0.jar",
"src": "commons-cache-1.0-sources.jar",
"dependencies": [
"me.hatter:commons:4.29",
"redis.clients:jedis:7.1.0"
]
}
}