no message

This commit is contained in:
Armamem0t 2025-07-11 12:25:10 +08:00
parent e0b9f9dafb
commit 84cf7fecf1
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
31 changed files with 168 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Packs-Index # Packs-Index
- [hash-utils](#hash-utils) - [hash-utils](#hash-utils)
- [instance-factory](#instance-factory)
- [minecraft-SLP](#minecraft-slp) - [minecraft-SLP](#minecraft-slp)
- [network-endpoint](#network-endpoint) - [network-endpoint](#network-endpoint)
- [socket-utils](#socket-utils) - [socket-utils](#socket-utils)
@ -77,6 +78,26 @@ implementation 'com.mingliqiye:hash-utils:1.0.2'
```kotlin ```kotlin
implementation("com.mingliqiye:hash-utils:1.0.2") implementation("com.mingliqiye:hash-utils:1.0.2")
``` ```
## instance-factory
- lastUpdateTime(UTC/GMT+08:00) 2025-07-11 12:24:59
- lastVersion 1.0.1
- [Source](https://git.mingliqiye.com/mingliqiye/instance-factory)
### maven (pom.xml)
```xml
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>instance-factory</artifactId>
<version>1.0.1</version>
</dependency>
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:instance-factory:1.0.1'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:instance-factory:1.0.1")
```
## minecraft-SLP ## minecraft-SLP
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 16:04:52 - lastUpdateTime(UTC/GMT+08:00) 2025-07-10 16:04:52
- lastVersion 1.0.3 - lastVersion 1.0.3

View File

@ -0,0 +1 @@
262cf11e6d32556206989648e836da1f

View File

@ -0,0 +1 @@
d7a1aaaa70826974bdc1c95c5424ed8f41f6e26b

View File

@ -0,0 +1 @@
13bf712fc38e2899b3a014b6134a42ad367175311060517a4adce90e67b8dc80

View File

@ -0,0 +1 @@
4a551505b3d61cfe896d411e989344725f1b4fffd2272dad7d8d1f10a6aa6d21009ceebae83bd8d3495ff2fa25580a10bef575a329b09b0937ad0a19b945a96f

View File

@ -0,0 +1 @@
eb5ac27caf15c78754081c6e8d777a72

View File

@ -0,0 +1 @@
42f4a553ad5f7aba4311544f836754fa0b2f5bee

View File

@ -0,0 +1 @@
c7538f5510b2ee15d9d2d56991430a93f5d99f3557f6519a09af602132c2273d

View File

@ -0,0 +1 @@
2a370880ec524095f009636c8cc6ab62f45991e70ea1b3954fb21a456cf2472c3d584a76aecb2d499b98642fe6f9dd496130488d279358f06396255228594920

View File

@ -0,0 +1 @@
535d624fa3bc6d4bcc2e6badbcc539d3

View File

@ -0,0 +1 @@
8a9193e8f6e74b6ea7fde0ca0b7adb24aec643af

View File

@ -0,0 +1 @@
38198e0e6d4cfd49b6d3b3e732a919615d733b5be1af0ab6c5d9f4adaa804358

View File

@ -0,0 +1 @@
d88e12a8d84ce0342ed35bf53c2b009ccf5aba0e2f8ada66c5a979826505c86d84782458aa7ef6d0080ba2bbd7180da517d5575fe06cdf06a24e19a4f881601f

View File

@ -0,0 +1,89 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye",
"module": "instance-factory",
"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": "instance-factory-1.0.1.jar",
"url": "instance-factory-1.0.1.jar",
"size": 9355,
"sha512": "d88e12a8d84ce0342ed35bf53c2b009ccf5aba0e2f8ada66c5a979826505c86d84782458aa7ef6d0080ba2bbd7180da517d5575fe06cdf06a24e19a4f881601f",
"sha256": "38198e0e6d4cfd49b6d3b3e732a919615d733b5be1af0ab6c5d9f4adaa804358",
"sha1": "8a9193e8f6e74b6ea7fde0ca0b7adb24aec643af",
"md5": "535d624fa3bc6d4bcc2e6badbcc539d3"
}
]
},
{
"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"
}
}
],
"files": [
{
"name": "instance-factory-1.0.1.jar",
"url": "instance-factory-1.0.1.jar",
"size": 9355,
"sha512": "d88e12a8d84ce0342ed35bf53c2b009ccf5aba0e2f8ada66c5a979826505c86d84782458aa7ef6d0080ba2bbd7180da517d5575fe06cdf06a24e19a4f881601f",
"sha256": "38198e0e6d4cfd49b6d3b3e732a919615d733b5be1af0ab6c5d9f4adaa804358",
"sha1": "8a9193e8f6e74b6ea7fde0ca0b7adb24aec643af",
"md5": "535d624fa3bc6d4bcc2e6badbcc539d3"
}
]
},
{
"name": "sourcesElements",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "sources",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "instance-factory-1.0.1-sources.jar",
"url": "instance-factory-1.0.1-sources.jar",
"size": 2881,
"sha512": "2a370880ec524095f009636c8cc6ab62f45991e70ea1b3954fb21a456cf2472c3d584a76aecb2d499b98642fe6f9dd496130488d279358f06396255228594920",
"sha256": "c7538f5510b2ee15d9d2d56991430a93f5d99f3557f6519a09af602132c2273d",
"sha1": "42f4a553ad5f7aba4311544f836754fa0b2f5bee",
"md5": "eb5ac27caf15c78754081c6e8d777a72"
}
]
}
]
}

View File

@ -0,0 +1 @@
f9bc9ea339f12cd4866328e92724b389

View File

@ -0,0 +1 @@
eb30a70a004472d675a902f12cd7e91c180fcc45

View File

@ -0,0 +1 @@
618ff50e16df2c0848d1735a632d3374ff809c6ef7612b5a0212f76ad9b181aa

View File

@ -0,0 +1 @@
3d7172cf55592ed88f5b387aaf457966b842513340f4f85b575bc5d14dad6c024ada48bd6b64c6e89e9632deffd7d2a587767552694c7fa57dc55d60fbda342f

View File

@ -0,0 +1,21 @@
<?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>instance-factory</artifactId>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1 @@
80cf82cc46b7280d9a7a79d1106ae8db

View File

@ -0,0 +1 @@
fa77e1a3a1416532dd25704ef091b5747ce89655

View File

@ -0,0 +1 @@
45c76cfe06f43ec9b81cfcaf9ed3bc40af46fd370f403f2102d208cf190ee2a4

View File

@ -0,0 +1 @@
2b0840ceb4308e14ab7133cdf3fb1a65f9eb05e5945e385da8980c5e8391ef83c3e53301fa3714804510d284380ece9b99c8e80c25591e2b190a60983a87de22

View File

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

View File

@ -0,0 +1 @@
09d6eb3ee13ada9b3fd2e8ea07ec0f92

View File

@ -0,0 +1 @@
1f0658d56c62cf771f0427b3ed782465236ccf2b

View File

@ -0,0 +1 @@
b67113d5404b6a6baac3ec55570c2404a580d39658fae9e78242e2fe0e54adf8

View File

@ -0,0 +1 @@
c2a757ff03e7da0cbcf2a4914ccf5233f2e63f3d6f6331a811b185efba875b5430195b6321ae2bb68cfe2554374c60b4484cdd8c581bc436e31056adcd14244d