no message

This commit is contained in:
Armamem0t 2025-09-05 11:26:33 +08:00
parent 1df7b38fa4
commit 5c0bc6c10b
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-04 21:56:28 - lastUpdateTime(UTC/GMT+08:00) 2025-09-05 11:26:21
- lastVersion 2.0.2 - lastVersion 2.0.3
- [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.2</version> <version>2.0.3</version>
</dependency> </dependency>
``` ```
### Gradle (Groovy DSL - build.gradle) ### Gradle (Groovy DSL - build.gradle)
```groovy ```groovy
implementation 'com.mingliqiye.utils:mingli-utils:2.0.2' implementation 'com.mingliqiye.utils:mingli-utils:2.0.3'
``` ```
### Gradle (Kotlin DSL - build.gradle.kts) ### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin ```kotlin
implementation("com.mingliqiye.utils:mingli-utils:2.0.2") implementation("com.mingliqiye.utils:mingli-utils:2.0.3")
``` ```

View File

@ -0,0 +1 @@
b680d1383b4ff15a80e1a5956772b3cc

View File

@ -0,0 +1 @@
6f6af459553aa84c3a103fe479fdad6f60677c81

View File

@ -0,0 +1 @@
d6725bf827973104d3997b000eac41a5205f75bc4a12b124021130c2d90db962

View File

@ -0,0 +1 @@
f4eb74c42060ae0fd5a1a0503853658bfaca04cf3f825b6d26ba753611f11ae0a04493be745158fb96206cb7c00f957c60badd2a72eaa21dacc4f7283c14f76d

View File

@ -0,0 +1 @@
d2dfc2a03c01b4d02263ad8e428352e6

View File

@ -0,0 +1 @@
67fa53dfa8f73e2172de9d33def91bc337c93f91

View File

@ -0,0 +1 @@
c606b6cf4ed2b0c28a6fbd8dac8539d3803da9e8d10d9e903f2980b0e9b26d4a

View File

@ -0,0 +1 @@
a1d316c677d054c02f47c4501a7204aad04ee6f732792ef2f311333ff26695fa360e428ffc9718ab1ea26455e013724e82e5cff2b37cb27f6d2c84caaa4b1066

View File

@ -0,0 +1 @@
3fce03f79341ae26ef6034d214c50bcb

View File

@ -0,0 +1 @@
06a5a542510e2181ffb39bc12f8da42ea79ab76e

View File

@ -0,0 +1 @@
33ae84cffaf1f931b29cc9e1f32a46e7bfe634969d40cb754c004c498b9637f2

View File

@ -0,0 +1 @@
6f0bd92eb6f70638f33306a694a1c79bf1d3fb797b7cebc3ae2e325cbc2ccca77c290f696529a592ac63dc02bcb6cca22f0aba85c2039366f7fc1f85fd944f37

View File

@ -0,0 +1,137 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye.utils",
"module": "mingli-utils",
"version": "2.0.3",
"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.3.jar",
"url": "mingli-utils-2.0.3.jar",
"size": 104254,
"sha512": "6f0bd92eb6f70638f33306a694a1c79bf1d3fb797b7cebc3ae2e325cbc2ccca77c290f696529a592ac63dc02bcb6cca22f0aba85c2039366f7fc1f85fd944f37",
"sha256": "33ae84cffaf1f931b29cc9e1f32a46e7bfe634969d40cb754c004c498b9637f2",
"sha1": "06a5a542510e2181ffb39bc12f8da42ea79ab76e",
"md5": "3fce03f79341ae26ef6034d214c50bcb"
}
]
},
{
"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.3.jar",
"url": "mingli-utils-2.0.3.jar",
"size": 104254,
"sha512": "6f0bd92eb6f70638f33306a694a1c79bf1d3fb797b7cebc3ae2e325cbc2ccca77c290f696529a592ac63dc02bcb6cca22f0aba85c2039366f7fc1f85fd944f37",
"sha256": "33ae84cffaf1f931b29cc9e1f32a46e7bfe634969d40cb754c004c498b9637f2",
"sha1": "06a5a542510e2181ffb39bc12f8da42ea79ab76e",
"md5": "3fce03f79341ae26ef6034d214c50bcb"
}
]
},
{
"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.3-javadoc.jar",
"url": "mingli-utils-2.0.3-javadoc.jar",
"size": 373868,
"sha512": "f4eb74c42060ae0fd5a1a0503853658bfaca04cf3f825b6d26ba753611f11ae0a04493be745158fb96206cb7c00f957c60badd2a72eaa21dacc4f7283c14f76d",
"sha256": "d6725bf827973104d3997b000eac41a5205f75bc4a12b124021130c2d90db962",
"sha1": "6f6af459553aa84c3a103fe479fdad6f60677c81",
"md5": "b680d1383b4ff15a80e1a5956772b3cc"
}
]
},
{
"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.3-sources.jar",
"url": "mingli-utils-2.0.3-sources.jar",
"size": 71774,
"sha512": "a1d316c677d054c02f47c4501a7204aad04ee6f732792ef2f311333ff26695fa360e428ffc9718ab1ea26455e013724e82e5cff2b37cb27f6d2c84caaa4b1066",
"sha256": "c606b6cf4ed2b0c28a6fbd8dac8539d3803da9e8d10d9e903f2980b0e9b26d4a",
"sha1": "67fa53dfa8f73e2172de9d33def91bc337c93f91",
"md5": "d2dfc2a03c01b4d02263ad8e428352e6"
}
]
}
]
}

View File

@ -0,0 +1 @@
bf031b3b63a36caa55574d7c61d97320

View File

@ -0,0 +1 @@
f48800ed87c2c76558d4acec957c5f2bce7294ca

View File

@ -0,0 +1 @@
d4f48af229103a93fc15b23b34c44cfe03abedfdb8e86047c55f5213d6070a5f

View File

@ -0,0 +1 @@
8cb174b4484083af7dbb51bc2ddc731f726404bf80f7bb78c76abb7ad69e3aef843463258d315cd83820b9c7504d33c312cc1844b1bbaaa79ea19af0c3a2f96d

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.3</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 @@
85cc26fe718717b46922fa05e6d56a11

View File

@ -0,0 +1 @@
e103a4c0c49408bb33e6a85e4547fc949d9cd20e

View File

@ -0,0 +1 @@
58e7451e385dab9f7257f6a51042563c32fab760165ca9f07a905e03fb312b67

View File

@ -0,0 +1 @@
1e9825a6fdf2a521de786861d6dec859aaae13315ef2ebde99ee6d74342059547544cd86ce2d816533b8e0c82e46e385df62fa12ae72b470e74fb504d44e5886

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.2</latest> <latest>2.0.3</latest>
<release>2.0.2</release> <release>2.0.3</release>
<versions> <versions>
<version>1.0.4</version> <version>1.0.4</version>
<version>1.0.5</version> <version>1.0.5</version>
@ -24,7 +24,8 @@
<version>2.0.0</version> <version>2.0.0</version>
<version>2.0.1</version> <version>2.0.1</version>
<version>2.0.2</version> <version>2.0.2</version>
<version>2.0.3</version>
</versions> </versions>
<lastUpdated>20250904135628</lastUpdated> <lastUpdated>20250905032621</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>

View File

@ -1 +1 @@
78f7f4708ac2b77aa6108d6571296569 c1c3503fc2b353ed344a6be02d49bfb0

View File

@ -1 +1 @@
dc2e4df8216ea5f141f9df975aa817bb9958d85e 61e2b7e3ac28cadc064aaef2642d0256c68932f4

View File

@ -1 +1 @@
1868699152e3d03edcb35ab0cce02849fca5ddc8437662070ae699d12526bcc6 220863e1667876e1b915bc0f15043b93d93da88c08305f4599e23fc5f5e4430e

View File

@ -1 +1 @@
0785adb52213cffcceba7157858ff675f7ee8a70267e8d629db337ef04b3c985c9e31875f656753319a5f8c7a8e4b4ab55c6444ac09cd20ff3306aa535b76fdb c66b805f2e69675285773e0fdcd52a71d742eac45c0628231f1590ac3debd28a9eae0fd4fdd93b39d987fe04636b11cbe7b8651aa929c6723c84e6d51f55a664