no message

This commit is contained in:
Armamem0t 2025-09-02 16:39:14 +08:00
parent 7a83be8f50
commit e5e4f3a781
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
31 changed files with 215 additions and 12 deletions

View File

@ -245,22 +245,22 @@ implementation 'com.mingliqiye:tcp-proxy:0.2'
implementation("com.mingliqiye:tcp-proxy:0.2")
```
## mingli-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-09-02 16:34:48
- lastVersion 2.0.0
- lastUpdateTime(UTC/GMT+08:00) 2025-09-02 16:38:56
- lastVersion 2.0.1
- [Source](https://git.mingliqiye.com/mingliqiye/mingli-utils)
### maven (pom.xml)
```xml
<dependency>
<groupId>com.mingliqiye.utils</groupId>
<artifactId>mingli-utils</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye.utils:mingli-utils:2.0.0'
implementation 'com.mingliqiye.utils:mingli-utils:2.0.1'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye.utils:mingli-utils:2.0.0")
implementation("com.mingliqiye.utils:mingli-utils:2.0.1")
```

View File

@ -0,0 +1 @@
92e2c748d91b3a9e6cd66001ba51d4e0

View File

@ -0,0 +1 @@
77b31f15d19b2f4cd16ff2bfcaa83e869b59b84d

View File

@ -0,0 +1 @@
ac25ff5de2e31485e0e057483d2cf26ce86814996df9122ef77987e79d4bb33b

View File

@ -0,0 +1 @@
a2da66e5966114876aef8d1bd4394dba46845e46d8d26fd6982e1ec535853e442e9ac42a6a9b9f54d22c6230e9808f560fa57909d4f4445a0a4984f1f1330ab5

View File

@ -0,0 +1 @@
607c6ffd74b41ed72c0c855b883000ac

View File

@ -0,0 +1 @@
faa92293d3542729409ca71e0305290013d2cdca

View File

@ -0,0 +1 @@
3454232e84586d0c40a376d6c0cf51a1bfe327377ab01da874e1deca9a8c7b92

View File

@ -0,0 +1 @@
42defe468efd6e6c0e8328f0b518780e55a700e8232dd50ad299bc5416d2a8af194593d208a0a85b119fdd975c592c7263270298480f110bc4825a5064ffd15e

View File

@ -0,0 +1 @@
52fd6d1f2afa6a9f6468479918cacb08

View File

@ -0,0 +1 @@
63aa755d6c9bd5e3bb92ac0173eaf80e54acb18a

View File

@ -0,0 +1 @@
cd62a7e3e505eae3c0221786b97b9f461c42356b0c530ea414d6339140a3193f

View File

@ -0,0 +1 @@
753a0d478f8662582874bcd89b2c9083203e0e7c1ba48fcc923541415a6bec0e61b4ceb33e528087459aa9bd6813ea1e41d24abfddf1d1f08e4a6cb3ee2e4319

View File

@ -0,0 +1,137 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye.utils",
"module": "mingli-utils",
"version": "2.0.1",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.14.2"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 8,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "mingli-utils-2.0.1.jar",
"url": "mingli-utils-2.0.1.jar",
"size": 102406,
"sha512": "753a0d478f8662582874bcd89b2c9083203e0e7c1ba48fcc923541415a6bec0e61b4ceb33e528087459aa9bd6813ea1e41d24abfddf1d1f08e4a6cb3ee2e4319",
"sha256": "cd62a7e3e505eae3c0221786b97b9f461c42356b0c530ea414d6339140a3193f",
"sha1": "63aa755d6c9bd5e3bb92ac0173eaf80e54acb18a",
"md5": "52fd6d1f2afa6a9f6468479918cacb08"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 8,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.bouncycastle",
"module": "bcprov-jdk18on",
"version": {
"requires": "1.81"
}
},
{
"group": "com.github.f4b6a3",
"module": "uuid-creator",
"version": {
"requires": "6.1.0"
}
},
{
"group": "org.mindrot",
"module": "jbcrypt",
"version": {
"requires": "0.4"
}
},
{
"group": "org.jetbrains",
"module": "annotations",
"version": {
"requires": "24.0.0"
}
},
{
"group": "net.java.dev.jna",
"module": "jna",
"version": {
"requires": "5.17.0"
}
}
],
"files": [
{
"name": "mingli-utils-2.0.1.jar",
"url": "mingli-utils-2.0.1.jar",
"size": 102406,
"sha512": "753a0d478f8662582874bcd89b2c9083203e0e7c1ba48fcc923541415a6bec0e61b4ceb33e528087459aa9bd6813ea1e41d24abfddf1d1f08e4a6cb3ee2e4319",
"sha256": "cd62a7e3e505eae3c0221786b97b9f461c42356b0c530ea414d6339140a3193f",
"sha1": "63aa755d6c9bd5e3bb92ac0173eaf80e54acb18a",
"md5": "52fd6d1f2afa6a9f6468479918cacb08"
}
]
},
{
"name": "javadocElements",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "javadoc",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "mingli-utils-2.0.1-javadoc.jar",
"url": "mingli-utils-2.0.1-javadoc.jar",
"size": 364256,
"sha512": "a2da66e5966114876aef8d1bd4394dba46845e46d8d26fd6982e1ec535853e442e9ac42a6a9b9f54d22c6230e9808f560fa57909d4f4445a0a4984f1f1330ab5",
"sha256": "ac25ff5de2e31485e0e057483d2cf26ce86814996df9122ef77987e79d4bb33b",
"sha1": "77b31f15d19b2f4cd16ff2bfcaa83e869b59b84d",
"md5": "92e2c748d91b3a9e6cd66001ba51d4e0"
}
]
},
{
"name": "sourcesElements",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "sources",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "mingli-utils-2.0.1-sources.jar",
"url": "mingli-utils-2.0.1-sources.jar",
"size": 70440,
"sha512": "42defe468efd6e6c0e8328f0b518780e55a700e8232dd50ad299bc5416d2a8af194593d208a0a85b119fdd975c592c7263270298480f110bc4825a5064ffd15e",
"sha256": "3454232e84586d0c40a376d6c0cf51a1bfe327377ab01da874e1deca9a8c7b92",
"sha1": "faa92293d3542729409ca71e0305290013d2cdca",
"md5": "607c6ffd74b41ed72c0c855b883000ac"
}
]
}
]
}

View File

@ -0,0 +1 @@
14e73247e2c802997c7b5754025bc991

View File

@ -0,0 +1 @@
3fc6a77446a387a85b78ed4d4da0e226b451494d

View File

@ -0,0 +1 @@
dcacdf71546cb780f20f10a7dd434071f9f506c226a1057afb0ca6b5ffbfe621

View File

@ -0,0 +1 @@
1dd6cb5bcf798f03c552f19a48ed5e5fc5e1020eb6ab9583660e3723ae1e349adafa57a0ad2614e12bab42760dae21d0c2abdd618dfca29b6b38405500aea6a4

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.mingliqiye.utils</groupId>
<artifactId>mingli-utils</artifactId>
<version>2.0.1</version>
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.81</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.f4b6a3</groupId>
<artifactId>uuid-creator</artifactId>
<version>6.1.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.17.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1 @@
fe71f9034d6c96a1d3015edbbfed0b6c

View File

@ -0,0 +1 @@
7466a175d45291ad0816ee5aea63f3b79dbbc06c

View File

@ -0,0 +1 @@
4dd657f51e8f257c6fe3d7d6c6056a040393eeb963cac9e9f060f67eb17e4393

View File

@ -0,0 +1 @@
47761381e2eae20483d7bc9d8871f56daf986c1e33ccd212dbc3d5720c0970d8888e176128c17b6ad396b9d698390f6049c50c8b75c6de0151a3b25fbb251412

View File

@ -3,8 +3,8 @@
<groupId>com.mingliqiye.utils</groupId>
<artifactId>mingli-utils</artifactId>
<versioning>
<latest>2.0.0</latest>
<release>2.0.0</release>
<latest>2.0.1</latest>
<release>2.0.1</release>
<versions>
<version>1.0.4</version>
<version>1.0.5</version>
@ -22,7 +22,8 @@
<version>1.1.7</version>
<version>1.1.8</version>
<version>2.0.0</version>
<version>2.0.1</version>
</versions>
<lastUpdated>20250902083448</lastUpdated>
<lastUpdated>20250902083856</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
15c368f943c542bec12e4f1466fc1fd8
af90962655dfc10742f4b37104011d20

View File

@ -1 +1 @@
eb1b7f1ac95eb45f825f0bb0768b75659f21bbee
41bc03d8cbbec1fdc2b5b304818be6c8198bdec3

View File

@ -1 +1 @@
29eaf80ec34ae4025b4357f55c8018e4fb2cc59c7c977c02e61dfc65786ae060
19fdc0da453b68d97835a893189a74ff4e5bdd9b1ed3f3793895222f711784eb

View File

@ -1 +1 @@
7fadd7dde4c2c7430646b00475e6708cb3a9dcf59b04a8f2cf982aaceae03855c80e3f7b2a978c0c8b73209921d76da656d35f48ffd02dcdd29be1cecc45cb2a
cdd2655bc4607dff28d8408c59a67f75bd653a78d6fd417fb0e3eaa5b7b914cdb224b350c46fc6736d8453c00993499a5b8f43a5ed2c199473a2242cee9ce3d7