no message
This commit is contained in:
parent
4a153c48c4
commit
7a83be8f50
10
README.MD
10
README.MD
@ -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 10:28:13
|
||||
- lastVersion 1.1.8
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-09-02 16:34:48
|
||||
- lastVersion 2.0.0
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/mingli-utils)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
<groupId>com.mingliqiye.utils</groupId>
|
||||
<artifactId>mingli-utils</artifactId>
|
||||
<version>1.1.8</version>
|
||||
<version>2.0.0</version>
|
||||
</dependency>
|
||||
```
|
||||
### Gradle (Groovy DSL - build.gradle)
|
||||
```groovy
|
||||
implementation 'com.mingliqiye.utils:mingli-utils:1.1.8'
|
||||
implementation 'com.mingliqiye.utils:mingli-utils:2.0.0'
|
||||
```
|
||||
### Gradle (Kotlin DSL - build.gradle.kts)
|
||||
```kotlin
|
||||
implementation("com.mingliqiye.utils:mingli-utils:1.1.8")
|
||||
implementation("com.mingliqiye.utils:mingli-utils:2.0.0")
|
||||
```
|
||||
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
fcc23a3c575358aee834c91f9021e012
|
@ -0,0 +1 @@
|
||||
7531f7996805624343ba97cf5adeaabce6374140
|
@ -0,0 +1 @@
|
||||
7547ac52b49934ed7ba2ac3424af1dd4ec99a39e3178b7b6e89d3dd893d7a275
|
@ -0,0 +1 @@
|
||||
32e1b26767d74e131c20922ea76cbeffe41a4f81731a772094a2bf21a8b7ddbf2821b2edb06b4bcd21d99bf257a921fe141cdbf6176bcf292231ef73ae7a2fc5
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
0fb6db31b7e50f15d7dd8b5ec0873f77
|
@ -0,0 +1 @@
|
||||
0952ca5e46c686559cf3e68a10b8909054845c3a
|
@ -0,0 +1 @@
|
||||
c8a399c427e8f6cc5968fb9f65fcbe7e8e383a0dda0fb8a3e18661dc2b0b56a3
|
@ -0,0 +1 @@
|
||||
554780432a19843d13849386c8f023e627e25e56b5696912010220a0268299e24e952252022c37df6c6dac1c4b62a20651b72d43a012a40a7a0b123f854dab28
|
BIN
com/mingliqiye/utils/mingli-utils/2.0.0/mingli-utils-2.0.0.jar
Normal file
BIN
com/mingliqiye/utils/mingli-utils/2.0.0/mingli-utils-2.0.0.jar
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
||||
4fd5eb7bd8b9f95aa0fc6a3bee25c49e
|
@ -0,0 +1 @@
|
||||
f45542edd3f2a86925b34042782c503d133034c8
|
@ -0,0 +1 @@
|
||||
9d6aea85d730dfd092c49a3e2ea777ff108ebd61b4ae6e6b3491957f3bb3d5c0
|
@ -0,0 +1 @@
|
||||
21350d04158162304c9cab63c322671978ffe261fe60c8e70be10454e9f340d14114ce662554298e6976c96e8208c5c93089a0ed36754e251b78e2f56c1d2162
|
@ -0,0 +1,137 @@
|
||||
{
|
||||
"formatVersion": "1.1",
|
||||
"component": {
|
||||
"group": "com.mingliqiye.utils",
|
||||
"module": "mingli-utils",
|
||||
"version": "2.0.0",
|
||||
"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.0.jar",
|
||||
"url": "mingli-utils-2.0.0.jar",
|
||||
"size": 102416,
|
||||
"sha512": "21350d04158162304c9cab63c322671978ffe261fe60c8e70be10454e9f340d14114ce662554298e6976c96e8208c5c93089a0ed36754e251b78e2f56c1d2162",
|
||||
"sha256": "9d6aea85d730dfd092c49a3e2ea777ff108ebd61b4ae6e6b3491957f3bb3d5c0",
|
||||
"sha1": "f45542edd3f2a86925b34042782c503d133034c8",
|
||||
"md5": "4fd5eb7bd8b9f95aa0fc6a3bee25c49e"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.0.jar",
|
||||
"url": "mingli-utils-2.0.0.jar",
|
||||
"size": 102416,
|
||||
"sha512": "21350d04158162304c9cab63c322671978ffe261fe60c8e70be10454e9f340d14114ce662554298e6976c96e8208c5c93089a0ed36754e251b78e2f56c1d2162",
|
||||
"sha256": "9d6aea85d730dfd092c49a3e2ea777ff108ebd61b4ae6e6b3491957f3bb3d5c0",
|
||||
"sha1": "f45542edd3f2a86925b34042782c503d133034c8",
|
||||
"md5": "4fd5eb7bd8b9f95aa0fc6a3bee25c49e"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.0-javadoc.jar",
|
||||
"url": "mingli-utils-2.0.0-javadoc.jar",
|
||||
"size": 364267,
|
||||
"sha512": "32e1b26767d74e131c20922ea76cbeffe41a4f81731a772094a2bf21a8b7ddbf2821b2edb06b4bcd21d99bf257a921fe141cdbf6176bcf292231ef73ae7a2fc5",
|
||||
"sha256": "7547ac52b49934ed7ba2ac3424af1dd4ec99a39e3178b7b6e89d3dd893d7a275",
|
||||
"sha1": "7531f7996805624343ba97cf5adeaabce6374140",
|
||||
"md5": "fcc23a3c575358aee834c91f9021e012"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.0-sources.jar",
|
||||
"url": "mingli-utils-2.0.0-sources.jar",
|
||||
"size": 70456,
|
||||
"sha512": "554780432a19843d13849386c8f023e627e25e56b5696912010220a0268299e24e952252022c37df6c6dac1c4b62a20651b72d43a012a40a7a0b123f854dab28",
|
||||
"sha256": "c8a399c427e8f6cc5968fb9f65fcbe7e8e383a0dda0fb8a3e18661dc2b0b56a3",
|
||||
"sha1": "0952ca5e46c686559cf3e68a10b8909054845c3a",
|
||||
"md5": "0fb6db31b7e50f15d7dd8b5ec0873f77"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1 @@
|
||||
4a2f113f7bcf74c35099f8f294de8b38
|
@ -0,0 +1 @@
|
||||
7be3ec491c237b5959db883339d1c0901aa83251
|
@ -0,0 +1 @@
|
||||
a57245dcbfc5161086e18707a2972193093525657b97ee7fdbf47fbebc36c213
|
@ -0,0 +1 @@
|
||||
6a92c2bb15026ba66acd928b522903560b838571217e4e9a2ef180af9dfba7380376590f4119d0e0f83c53c92a3100ff69565dbc8140b00c43ced66ffced8597
|
@ -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.0</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>
|
@ -0,0 +1 @@
|
||||
69085f8da2fda065f8c63c28d19f7989
|
@ -0,0 +1 @@
|
||||
3910e4b92ddb019bb08cbbff8ccabae3775665bb
|
@ -0,0 +1 @@
|
||||
8046789a4f7c915eb3ddb573c52ec53fa46a39bed944f0f91a5428df21b60968
|
@ -0,0 +1 @@
|
||||
7373b276d2d2b0f76b1960ddc319428415de182b4084e5a91a34d5bc1da706a0d0fb116ab1eff952e61fa731d78a656d0d9ab197457af3cdb47f30631be36b69
|
@ -3,8 +3,8 @@
|
||||
<groupId>com.mingliqiye.utils</groupId>
|
||||
<artifactId>mingli-utils</artifactId>
|
||||
<versioning>
|
||||
<latest>1.1.8</latest>
|
||||
<release>1.1.8</release>
|
||||
<latest>2.0.0</latest>
|
||||
<release>2.0.0</release>
|
||||
<versions>
|
||||
<version>1.0.4</version>
|
||||
<version>1.0.5</version>
|
||||
@ -21,7 +21,8 @@
|
||||
<version>1.1.6</version>
|
||||
<version>1.1.7</version>
|
||||
<version>1.1.8</version>
|
||||
<version>2.0.0</version>
|
||||
</versions>
|
||||
<lastUpdated>20250902022813</lastUpdated>
|
||||
<lastUpdated>20250902083448</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
@ -1 +1 @@
|
||||
af00d0d71e7ac9b2147fe6900c3c4c4c
|
||||
15c368f943c542bec12e4f1466fc1fd8
|
@ -1 +1 @@
|
||||
6a0072360dfa1c506d88a635563fa9a03bd81064
|
||||
eb1b7f1ac95eb45f825f0bb0768b75659f21bbee
|
@ -1 +1 @@
|
||||
c97123ef4596136f2208b1e1f9008fe66267b975bfd356a093371df2fe016428
|
||||
29eaf80ec34ae4025b4357f55c8018e4fb2cc59c7c977c02e61dfc65786ae060
|
@ -1 +1 @@
|
||||
3eb1f9e580845afb272dfc5e00acdc4f6cb60ca8940c8e3900bf9b7be8bb19d29eaa712ed428bd379cf9d52022c1f1d432f24d87d13f5788fbed7e9d3b69898e
|
||||
7fadd7dde4c2c7430646b00475e6708cb3a9dcf59b04a8f2cf982aaceae03855c80e3f7b2a978c0c8b73209921d76da656d35f48ffd02dcdd29be1cecc45cb2a
|
Loading…
x
Reference in New Issue
Block a user