chore(deps): 导入数学计算模块

This commit is contained in:
siujamo
2025-12-29 10:36:50 +08:00
parent aa19c91465
commit 670e54aefb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ dependencies {
implementation(platform(libs.onixbyte.versionCatalogue)) implementation(platform(libs.onixbyte.versionCatalogue))
implementation(libs.onixbyte.tuple) implementation(libs.onixbyte.tuple)
implementation(libs.onixbyte.commonToolbox) implementation(libs.onixbyte.commonToolbox)
implementation(libs.onixbyte.mathToolbox)
implementation(libs.onixbyte.identityGenerator) implementation(libs.onixbyte.identityGenerator)
implementation(libs.onixbyte.captcha) implementation(libs.onixbyte.captcha)
implementation(libs.onixbyte.regions) implementation(libs.onixbyte.regions)
+1
View File
@@ -36,6 +36,7 @@ junit-launcher = { group = "org.junit.platform", name = "junit-platform-launcher
onixbyte-versionCatalogue = { group = "com.onixbyte", name = "version-catalogue", version.ref = "onixbyteVersion" } onixbyte-versionCatalogue = { group = "com.onixbyte", name = "version-catalogue", version.ref = "onixbyteVersion" }
onixbyte-tuple = { group = "com.onixbyte", name = "tuple", version.ref = "onixbyteVersion" } onixbyte-tuple = { group = "com.onixbyte", name = "tuple", version.ref = "onixbyteVersion" }
onixbyte-commonToolbox = { group = "com.onixbyte", name = "common-toolbox", version.ref = "onixbyteVersion" } onixbyte-commonToolbox = { group = "com.onixbyte", name = "common-toolbox", version.ref = "onixbyteVersion" }
onixbyte-mathToolbox = { group = "com.onixbyte", name = "math-toolbox", version.ref = "onixbyteVersion" }
onixbyte-identityGenerator = { group = "com.onixbyte", name = "identity-generator", version.ref = "onixbyteVersion" } onixbyte-identityGenerator = { group = "com.onixbyte", name = "identity-generator", version.ref = "onixbyteVersion" }
onixbyte-captcha = { group = "com.onixbyte", name = "captcha", version.ref = "onixbyteCaptcha" } onixbyte-captcha = { group = "com.onixbyte", name = "captcha", version.ref = "onixbyteCaptcha" }
onixbyte-regions = { group = "com.onixbyte", name = "regions4j", version.ref = "onixbyteRegions" } onixbyte-regions = { group = "com.onixbyte", name = "regions4j", version.ref = "onixbyteRegions" }