initial commit

This commit is contained in:
2025-07-31 14:54:21 +08:00
commit 4c97d691fc
17 changed files with 836 additions and 0 deletions

10
build.gradle.kts Normal file
View File

@@ -0,0 +1,10 @@
plugins {
alias(libs.plugins.maven.publish)
}
group = "ai.neuon.utility"
version = "1.0.0"
repositories {
mavenCentral()
}