no message

This commit is contained in:
Armamem0t 2025-07-10 08:30:02 +08:00
parent 7ba4c35b83
commit 486e57f7ee
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
31 changed files with 218 additions and 0 deletions

View File

@ -50,6 +50,25 @@ maven {
</repository>
```
# Packs-Dependencys
## hash-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:29:35
- lastVersion 1.0.1
### maven (pom.xml)
```xml
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>hash-utils</artifactId>
<version>1.0.1</version>
</dependency>
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:hash-utils:1.0.1'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:hash-utils:1.0.1")
```
## minecraft-SLP
- lastUpdateTime(UTC/GMT+08:00) 2025-07-09 23:11:05
- lastVersion 1.0.1

View File

@ -0,0 +1 @@
6d84e5211d15f5f4495583cd1b6085b3

View File

@ -0,0 +1 @@
9876beb177efb0701ede5eb2b1a290f912cd9fec

View File

@ -0,0 +1 @@
f83e092fe332b984c49642748036dcf7c9b87722e5091a328ce3b44422fe2a44

View File

@ -0,0 +1 @@
403cd74908e4f5ac5b808bfd35dbb650bf7ef07e0221c59a308ab5e5cea9772722caaabe7f96e984da0d4cdd13a24418e6f5f0d5afdbdb4e466feef0e50e76cc

View File

@ -0,0 +1 @@
fc4b9a3c0015ff94634faa3bb9bbb4b6

View File

@ -0,0 +1 @@
dab16b2757937075026794bdd718e699c1f77c1a

View File

@ -0,0 +1 @@
cea50798e078e4417055c32e1fc83e292c1936fea025e35996fb03a8db0b59ff

View File

@ -0,0 +1 @@
827863e3e65731719ba678d292e7523fb96eadea1fde8d72cacde1a9767f7ffd3b554e7c963df4f19184c3fade00f3ce188e81e0bd62f965996e1ba679f3dda2

Binary file not shown.

View File

@ -0,0 +1 @@
39732875c2a591889788de252fc6e4c8

View File

@ -0,0 +1 @@
31e308404f25542586bed0b4b7e57680c190be2e

View File

@ -0,0 +1 @@
2a27e34e32bb31630121dad888733a8e43ebbd8fa57d6af852db2d85694cdd73

View File

@ -0,0 +1 @@
1d9a73bc318513772074346aa3bee38fa70d0b36c9d792d64c0642f893a7d37e143adcd16658c45ee568c122dc92830b41e2862fd39677e3654e2c5f8d3d69c6

View File

@ -0,0 +1,117 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye",
"module": "hash-utils",
"version": "1.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": "hash-utils-1.0.1.jar",
"url": "hash-utils-1.0.1.jar",
"size": 11586,
"sha512": "1d9a73bc318513772074346aa3bee38fa70d0b36c9d792d64c0642f893a7d37e143adcd16658c45ee568c122dc92830b41e2862fd39677e3654e2c5f8d3d69c6",
"sha256": "2a27e34e32bb31630121dad888733a8e43ebbd8fa57d6af852db2d85694cdd73",
"sha1": "31e308404f25542586bed0b4b7e57680c190be2e",
"md5": "39732875c2a591889788de252fc6e4c8"
}
]
},
{
"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.jetbrains",
"module": "annotations",
"version": {
"requires": "24.0.0"
}
},
{
"group": "com.mingliqiye",
"module": "string-utils",
"version": {
"requires": "1.0.4"
}
},
{
"group": "org.bouncycastle",
"module": "bcprov-jdk18on",
"version": {
"requires": "1.81"
}
},
{
"group": "org.mindrot",
"module": "jbcrypt",
"version": {
"requires": "0.4"
}
},
{
"group": "args4j",
"module": "args4j",
"version": {
"requires": "2.33"
}
}
],
"files": [
{
"name": "hash-utils-1.0.1.jar",
"url": "hash-utils-1.0.1.jar",
"size": 11586,
"sha512": "1d9a73bc318513772074346aa3bee38fa70d0b36c9d792d64c0642f893a7d37e143adcd16658c45ee568c122dc92830b41e2862fd39677e3654e2c5f8d3d69c6",
"sha256": "2a27e34e32bb31630121dad888733a8e43ebbd8fa57d6af852db2d85694cdd73",
"sha1": "31e308404f25542586bed0b4b7e57680c190be2e",
"md5": "39732875c2a591889788de252fc6e4c8"
}
]
},
{
"name": "sourcesElements",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "sources",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "hash-utils-1.0.1-sources.jar",
"url": "hash-utils-1.0.1-sources.jar",
"size": 5152,
"sha512": "827863e3e65731719ba678d292e7523fb96eadea1fde8d72cacde1a9767f7ffd3b554e7c963df4f19184c3fade00f3ce188e81e0bd62f965996e1ba679f3dda2",
"sha256": "cea50798e078e4417055c32e1fc83e292c1936fea025e35996fb03a8db0b59ff",
"sha1": "dab16b2757937075026794bdd718e699c1f77c1a",
"md5": "fc4b9a3c0015ff94634faa3bb9bbb4b6"
}
]
}
]
}

View File

@ -0,0 +1 @@
1e230798e56b0bc4153af7a831a4823d

View File

@ -0,0 +1 @@
fab4a2438ce6dcd1290c537ddd619738e4e0cd24

View File

@ -0,0 +1 @@
aed7f7fd748dbd7bba119b86536f3d9bc4ac01e8127075fa70729ad93ece23fb

View File

@ -0,0 +1 @@
456ae328d631e34ba55c972c3beed7c55e704dcfd22b56f6372d46e71c876fbfe4667f06d69c280aca8fdbb0eae94c668546d7b303a9165adeac899b2c6c5cd0

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</groupId>
<artifactId>hash-utils</artifactId>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>string-utils</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.81</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<version>0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>args4j</groupId>
<artifactId>args4j</artifactId>
<version>2.33</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1 @@
620399af46e75cc82ba46aaa2b303f46

View File

@ -0,0 +1 @@
caa28c78905ec22c8b0812b745c515669debe2a7

View File

@ -0,0 +1 @@
1bcd2b309be6e1eace28c1fdf68743fa94fdcd7a7703498665fd44bc4f3bacac

View File

@ -0,0 +1 @@
3b707079a1e56cea699e2ba69081c69c3e3e8a9d443cdd0314a66392233fb705b3b94df75335bde8070c4283cd893b8232d8461ebfd82a1b272ebd6d40d6fd47

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.mingliqiye</groupId>
<artifactId>hash-utils</artifactId>
<versioning>
<latest>1.0.1</latest>
<release>1.0.1</release>
<versions>
<version>1.0.1</version>
</versions>
<lastUpdated>20250710002935</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
767e3fe24001522976828d47333c9939

View File

@ -0,0 +1 @@
f704d579b25ed1747e2fa40df0ae5f63a13cf01b

View File

@ -0,0 +1 @@
1712b22ed2ff3ae9d19cb72c5ce5a952bd408682922794d0c891e767fa01be4c

View File

@ -0,0 +1 @@
6900ff6074498b0fbd10d24a0f166cf4de54ee11a52230d0efcd374a6052bc45df264be60732dc0b60b601b82ad157a28b52f0000fbb6268fc1e4ce2a425f328