no message

This commit is contained in:
Armamem0t 2025-09-06 09:17:37 +08:00
parent ac9620a302
commit 63c35be218
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") implementation("com.mingliqiye:tcp-proxy:0.2")
``` ```
## mingli-utils ## mingli-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-09-05 17:56:25 - lastUpdateTime(UTC/GMT+08:00) 2025-09-06 09:17:17
- lastVersion 2.0.4 - lastVersion 2.0.5
- [Source](https://git.mingliqiye.com/mingliqiye/mingli-utils) - [Source](https://git.mingliqiye.com/mingliqiye/mingli-utils)
### maven (pom.xml) ### maven (pom.xml)
```xml ```xml
<dependency> <dependency>
<groupId>com.mingliqiye.utils</groupId> <groupId>com.mingliqiye.utils</groupId>
<artifactId>mingli-utils</artifactId> <artifactId>mingli-utils</artifactId>
<version>2.0.4</version> <version>2.0.5</version>
</dependency> </dependency>
``` ```
### Gradle (Groovy DSL - build.gradle) ### Gradle (Groovy DSL - build.gradle)
```groovy ```groovy
implementation 'com.mingliqiye.utils:mingli-utils:2.0.4' implementation 'com.mingliqiye.utils:mingli-utils:2.0.5'
``` ```
### Gradle (Kotlin DSL - build.gradle.kts) ### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin ```kotlin
implementation("com.mingliqiye.utils:mingli-utils:2.0.4") implementation("com.mingliqiye.utils:mingli-utils:2.0.5")
``` ```

View File

@ -0,0 +1 @@
25765bb5ca2bce36c2168c11f0243008

View File

@ -0,0 +1 @@
378af9d00e7a7d88ff8839c15a990e9d32b3ebd9

View File

@ -0,0 +1 @@
c3c811e80581ede2ae7564a4b4df636f93a1f2827323a1876007e336a54242a9

View File

@ -0,0 +1 @@
34cc8dc467a6f5a06afc4ec6ee1467bc10eeab0b8ff81a0e41dec37f56d4b63dae33ffa45e608aef1d9fe4bfe1db8842079c0f4f8c03d84379b8d1a3fdba0625

View File

@ -0,0 +1 @@
c9137a6a120d9ada773dce3e48bf8ab9

View File

@ -0,0 +1 @@
8c6bec8a4cac71bd1a5fad6aad220c73540c829a

View File

@ -0,0 +1 @@
2efe3544a92166befbca817550f62af6fc6ea360a8591e009a85a8d728264a30

View File

@ -0,0 +1 @@
b1b7288c947cd88d59d87ac4fc1084be5c41c60edcb95e9cb1ba57c2e5bf4dfd0c61a8ceaad7c59e81860d75159645de218790d163676fdd594ae2ac4adc0501

View File

@ -0,0 +1 @@
937f24faa42830ff43a471a140748d45

View File

@ -0,0 +1 @@
de4bec924b1a9c8854e3af174ab10121eb322d20

View File

@ -0,0 +1 @@
30f498f445c7d10022c0f1e68c618676c47117ac54f39c6a6fa0421297391961

View File

@ -0,0 +1 @@
fe1b829880e90708c60832d96604056660beaaa8db9858b7388fdc4bb58ecb6f583641e53478dbc8c5c896c95b9e9e9207147e8a7d422359dd95a1a1bc28defd

View File

@ -0,0 +1,137 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye.utils",
"module": "mingli-utils",
"version": "2.0.5",
"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.5.jar",
"url": "mingli-utils-2.0.5.jar",
"size": 202728,
"sha512": "fe1b829880e90708c60832d96604056660beaaa8db9858b7388fdc4bb58ecb6f583641e53478dbc8c5c896c95b9e9e9207147e8a7d422359dd95a1a1bc28defd",
"sha256": "30f498f445c7d10022c0f1e68c618676c47117ac54f39c6a6fa0421297391961",
"sha1": "de4bec924b1a9c8854e3af174ab10121eb322d20",
"md5": "937f24faa42830ff43a471a140748d45"
}
]
},
{
"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.5.jar",
"url": "mingli-utils-2.0.5.jar",
"size": 202728,
"sha512": "fe1b829880e90708c60832d96604056660beaaa8db9858b7388fdc4bb58ecb6f583641e53478dbc8c5c896c95b9e9e9207147e8a7d422359dd95a1a1bc28defd",
"sha256": "30f498f445c7d10022c0f1e68c618676c47117ac54f39c6a6fa0421297391961",
"sha1": "de4bec924b1a9c8854e3af174ab10121eb322d20",
"md5": "937f24faa42830ff43a471a140748d45"
}
]
},
{
"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.5-javadoc.jar",
"url": "mingli-utils-2.0.5-javadoc.jar",
"size": 439257,
"sha512": "34cc8dc467a6f5a06afc4ec6ee1467bc10eeab0b8ff81a0e41dec37f56d4b63dae33ffa45e608aef1d9fe4bfe1db8842079c0f4f8c03d84379b8d1a3fdba0625",
"sha256": "c3c811e80581ede2ae7564a4b4df636f93a1f2827323a1876007e336a54242a9",
"sha1": "378af9d00e7a7d88ff8839c15a990e9d32b3ebd9",
"md5": "25765bb5ca2bce36c2168c11f0243008"
}
]
},
{
"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.5-sources.jar",
"url": "mingli-utils-2.0.5-sources.jar",
"size": 81186,
"sha512": "b1b7288c947cd88d59d87ac4fc1084be5c41c60edcb95e9cb1ba57c2e5bf4dfd0c61a8ceaad7c59e81860d75159645de218790d163676fdd594ae2ac4adc0501",
"sha256": "2efe3544a92166befbca817550f62af6fc6ea360a8591e009a85a8d728264a30",
"sha1": "8c6bec8a4cac71bd1a5fad6aad220c73540c829a",
"md5": "c9137a6a120d9ada773dce3e48bf8ab9"
}
]
}
]
}

View File

@ -0,0 +1 @@
c79365b0f734c0e2c8f458d08858ce07

View File

@ -0,0 +1 @@
34763e6c49d2c0ee058ee33c8dc94eec405c3dc8

View File

@ -0,0 +1 @@
45429a7f4419283a194f0ec44c1ef9717fd6b1d1f56a45e4fb096c63ac7eb16d

View File

@ -0,0 +1 @@
952f75c8eb9e493e4c3e907b95b2d9cbb26874bc5a403dc4448b94a47d7a4fe0f758007cb60d96d4ee076c9f9a489d2daac07be8138d9eb9d3b3190bcc26e160

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.5</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 @@
1a762b269570a2e5aaa490c7c615a12f

View File

@ -0,0 +1 @@
f6f6004a5d5bed5376e673cc47596b77b3cd557c

View File

@ -0,0 +1 @@
d5a1116de4a0dd6aad42f4b0bc1c38fa283593f1eaa578d45cb07e4b26ac0c93

View File

@ -0,0 +1 @@
ca2e2cb329e1463caa01e391361c1ad773d6494e2dc9a08dbeb2e8d46a0046e9b6d260308464cd246eda25c1c45b6a8d8dcc7f9e68228237ff16a5ed49115408

View File

@ -3,8 +3,8 @@
<groupId>com.mingliqiye.utils</groupId> <groupId>com.mingliqiye.utils</groupId>
<artifactId>mingli-utils</artifactId> <artifactId>mingli-utils</artifactId>
<versioning> <versioning>
<latest>2.0.4</latest> <latest>2.0.5</latest>
<release>2.0.4</release> <release>2.0.5</release>
<versions> <versions>
<version>1.0.4</version> <version>1.0.4</version>
<version>1.0.5</version> <version>1.0.5</version>
@ -26,7 +26,8 @@
<version>2.0.2</version> <version>2.0.2</version>
<version>2.0.3</version> <version>2.0.3</version>
<version>2.0.4</version> <version>2.0.4</version>
<version>2.0.5</version>
</versions> </versions>
<lastUpdated>20250905095625</lastUpdated> <lastUpdated>20250906011717</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>

View File

@ -1 +1 @@
d4df2d25fc320725d125ccd6f92f0b0a efc549f6cc6ad8235f7e347b80d7411a

View File

@ -1 +1 @@
78f497815bf659be78389fcc4f93317e86d228c4 5638c7ca111c887cf302400810135569810e685b

View File

@ -1 +1 @@
f4573bc6ac35a6b1c598ed2c56f2c7a7138274d95bf3e278b08cac00e48ac7c6 07229206362603d99827fac55ec27878ad4f7fc4f92f892e1c97803dc9fb4abf

View File

@ -1 +1 @@
a8a75c13dcb31475f973a629d778604c2b6fb8c43cd6181147f8fcdad7c06a9197e9326cd4c2fdc64a08d165d33db64e946c90657d7480d35da668b8b239de76 0cad1e6ec51a8cce0755c51332a51a533a7be52c6eac46e6b2932133a3b497c427801c95b08a7c532d4a1d92aa4c38c4b41387cb91c7f2050b7ae640d8b0366d