feat: add modular inv

This commit is contained in:
2025-07-17 23:37:06 +08:00
parent 6a69835399
commit d074410004
4 changed files with 194 additions and 53 deletions

21
build.json Normal file
View File

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