no message
This commit is contained in:
parent
84cf7fecf1
commit
b26514f691
24
README.MD
24
README.MD
@ -1,6 +1,7 @@
|
|||||||
# Packs-Index
|
# Packs-Index
|
||||||
- [hash-utils](#hash-utils)
|
- [hash-utils](#hash-utils)
|
||||||
- [instance-factory](#instance-factory)
|
- [instance-factory](#instance-factory)
|
||||||
|
- [enchantmentdoesnotconflict](#enchantmentdoesnotconflict)
|
||||||
- [minecraft-SLP](#minecraft-slp)
|
- [minecraft-SLP](#minecraft-slp)
|
||||||
- [network-endpoint](#network-endpoint)
|
- [network-endpoint](#network-endpoint)
|
||||||
- [socket-utils](#socket-utils)
|
- [socket-utils](#socket-utils)
|
||||||
@ -21,6 +22,9 @@ https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw
|
|||||||
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
|
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
apply from: 'https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/repositories.gradle'
|
||||||
|
```
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
maven {
|
maven {
|
||||||
@ -98,6 +102,26 @@ implementation 'com.mingliqiye:instance-factory:1.0.1'
|
|||||||
```kotlin
|
```kotlin
|
||||||
implementation("com.mingliqiye:instance-factory:1.0.1")
|
implementation("com.mingliqiye:instance-factory:1.0.1")
|
||||||
```
|
```
|
||||||
|
## enchantmentdoesnotconflict
|
||||||
|
- lastUpdateTime(UTC/GMT+08:00) 2025-07-13 12:52:33
|
||||||
|
- lastVersion 1.0
|
||||||
|
- [Source](https://git.mingliqiye.com/mingliqiye/enchantmentdoesnotconflict)
|
||||||
|
### maven (pom.xml)
|
||||||
|
```xml
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.mingliqiye.minecraft.enchantment.conflict</groupId>
|
||||||
|
<artifactId>enchantmentdoesnotconflict</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
|
```
|
||||||
|
### Gradle (Groovy DSL - build.gradle)
|
||||||
|
```groovy
|
||||||
|
implementation 'com.mingliqiye.minecraft.enchantment.conflict:enchantmentdoesnotconflict:1.0'
|
||||||
|
```
|
||||||
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
||||||
|
```kotlin
|
||||||
|
implementation("com.mingliqiye.minecraft.enchantment.conflict:enchantmentdoesnotconflict:1.0")
|
||||||
|
```
|
||||||
## 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
|
||||||
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
6ebf4570139200cb9ecfa4566bde8930
|
@ -0,0 +1 @@
|
|||||||
|
c03f6fc675d4e308f554df401feb6f62a21e6998
|
@ -0,0 +1 @@
|
|||||||
|
6d25c29e5ce923add2b711dfcccd9021943e5a92cfb95ecbc67b72cedf5cc020
|
@ -0,0 +1 @@
|
|||||||
|
f65fe85f510606c13101694efd5ac02f0e57ad28cbceb971d38873847d8950257d35727d6262bbb35ac5e23db1f4eb518d82d783f4d326a641fbc0ba9ff71fea
|
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
8ac2e808f1a1a1ed061dfef3b49ca748
|
@ -0,0 +1 @@
|
|||||||
|
5a24ec59ec1c4d592cf1c8dfdbfd7ad819870b61
|
@ -0,0 +1 @@
|
|||||||
|
6a637b1e2500121cd73f2f6a5ca7e50657f10286b91109d8f283aa40d2d5c4a6
|
@ -0,0 +1 @@
|
|||||||
|
7b629bab8b6e8f1ccc35fecb099d520250e2def943cabffe4fc826b6a5a6b2c186f9067a99d370d01c29ab8ceb413bbe4ee35e98d25d969ce6a6e598d83911ae
|
@ -0,0 +1,96 @@
|
|||||||
|
{
|
||||||
|
"formatVersion": "1.1",
|
||||||
|
"component": {
|
||||||
|
"group": "com.mingliqiye.minecraft.enchantment.conflict",
|
||||||
|
"module": "enchantmentdoesnotconflict",
|
||||||
|
"version": "1.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": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-api"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "enchantmentdoesnotconflict-1.0.jar",
|
||||||
|
"url": "enchantmentdoesnotconflict-1.0.jar",
|
||||||
|
"size": 19766,
|
||||||
|
"sha512": "7b629bab8b6e8f1ccc35fecb099d520250e2def943cabffe4fc826b6a5a6b2c186f9067a99d370d01c29ab8ceb413bbe4ee35e98d25d969ce6a6e598d83911ae",
|
||||||
|
"sha256": "6a637b1e2500121cd73f2f6a5ca7e50657f10286b91109d8f283aa40d2d5c4a6",
|
||||||
|
"sha1": "5a24ec59ec1c4d592cf1c8dfdbfd7ad819870b61",
|
||||||
|
"md5": "8ac2e808f1a1a1ed061dfef3b49ca748"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "runtimeElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "library",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.jvm.version": 17,
|
||||||
|
"org.gradle.libraryelements": "jar",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"dependencies": [
|
||||||
|
{
|
||||||
|
"group": "net.fabricmc",
|
||||||
|
"module": "fabric-loader",
|
||||||
|
"version": {
|
||||||
|
"requires": "0.16.10"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group": "net.fabricmc.fabric-api",
|
||||||
|
"module": "fabric-api",
|
||||||
|
"version": {
|
||||||
|
"requires": "0.92.6+1.20.1"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "enchantmentdoesnotconflict-1.0.jar",
|
||||||
|
"url": "enchantmentdoesnotconflict-1.0.jar",
|
||||||
|
"size": 19766,
|
||||||
|
"sha512": "7b629bab8b6e8f1ccc35fecb099d520250e2def943cabffe4fc826b6a5a6b2c186f9067a99d370d01c29ab8ceb413bbe4ee35e98d25d969ce6a6e598d83911ae",
|
||||||
|
"sha256": "6a637b1e2500121cd73f2f6a5ca7e50657f10286b91109d8f283aa40d2d5c4a6",
|
||||||
|
"sha1": "5a24ec59ec1c4d592cf1c8dfdbfd7ad819870b61",
|
||||||
|
"md5": "8ac2e808f1a1a1ed061dfef3b49ca748"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "sourcesElements",
|
||||||
|
"attributes": {
|
||||||
|
"org.gradle.category": "documentation",
|
||||||
|
"org.gradle.dependency.bundling": "external",
|
||||||
|
"org.gradle.docstype": "sources",
|
||||||
|
"org.gradle.usage": "java-runtime"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"name": "enchantmentdoesnotconflict-1.0-sources.jar",
|
||||||
|
"url": "enchantmentdoesnotconflict-1.0-sources.jar",
|
||||||
|
"size": 11418,
|
||||||
|
"sha512": "f65fe85f510606c13101694efd5ac02f0e57ad28cbceb971d38873847d8950257d35727d6262bbb35ac5e23db1f4eb518d82d783f4d326a641fbc0ba9ff71fea",
|
||||||
|
"sha256": "6d25c29e5ce923add2b711dfcccd9021943e5a92cfb95ecbc67b72cedf5cc020",
|
||||||
|
"sha1": "c03f6fc675d4e308f554df401feb6f62a21e6998",
|
||||||
|
"md5": "6ebf4570139200cb9ecfa4566bde8930"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
2c227dd6a4a99310ecc3cab17add0bdc
|
@ -0,0 +1 @@
|
|||||||
|
103c283a1be38c195268514ad96faa841a956e26
|
@ -0,0 +1 @@
|
|||||||
|
467fb4a5ef92a9d55be574ed0ac186dc746934de20a9e6917206bed69bf1aba1
|
@ -0,0 +1 @@
|
|||||||
|
58f7570626c4a342b79719b3f3dbfb426cb06a1ff417330137b6cdf444d88cceb8425a31ab6f470a1a2724a958379812af74c0cc3f42ae5f99f488f3bf4eb1e4
|
@ -0,0 +1,27 @@
|
|||||||
|
<?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.minecraft.enchantment.conflict</groupId>
|
||||||
|
<artifactId>enchantmentdoesnotconflict</artifactId>
|
||||||
|
<version>1.0</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.fabricmc</groupId>
|
||||||
|
<artifactId>fabric-loader</artifactId>
|
||||||
|
<version>0.16.10</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.fabricmc.fabric-api</groupId>
|
||||||
|
<artifactId>fabric-api</artifactId>
|
||||||
|
<version>0.92.6+1.20.1</version>
|
||||||
|
<scope>runtime</scope>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</project>
|
@ -0,0 +1 @@
|
|||||||
|
b3470d3a7ffe08188365f481811059f0
|
@ -0,0 +1 @@
|
|||||||
|
f488b897f8a6a74a9263a2fc494b8c1dea4ec550
|
@ -0,0 +1 @@
|
|||||||
|
8fcac5b10ea291e24f2441c654039e5f75deb9345c6c06c891cb5c64b4b10b82
|
@ -0,0 +1 @@
|
|||||||
|
a62c2e95c8113be2f2eb6e9e7eaf88c0c9ada1a266f0624b2c2a9f07597573b6170b4301053aaa5927afdd3ca74e7d84184415d7758c0a430a1aa081138c7b6b
|
@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<metadata>
|
||||||
|
<groupId>com.mingliqiye.minecraft.enchantment.conflict</groupId>
|
||||||
|
<artifactId>enchantmentdoesnotconflict</artifactId>
|
||||||
|
<versioning>
|
||||||
|
<latest>1.0</latest>
|
||||||
|
<release>1.0</release>
|
||||||
|
<versions>
|
||||||
|
<version>1.0</version>
|
||||||
|
</versions>
|
||||||
|
<lastUpdated>20250713045233</lastUpdated>
|
||||||
|
</versioning>
|
||||||
|
</metadata>
|
@ -0,0 +1 @@
|
|||||||
|
1d92120d548db21dca1439fd7efc782c
|
@ -0,0 +1 @@
|
|||||||
|
526d4bd33890b61e5ad97a2f5d226480ce0687e7
|
@ -0,0 +1 @@
|
|||||||
|
8a7eafa3fb607c9b7141a6816497b008be00208f6b206937a529fdce4b2ba976
|
@ -0,0 +1 @@
|
|||||||
|
0f20c82dbdbbc0f5153c1820af255406418d8c1dd95abd1a5b53e0142cb0283658cf589926e0d45f7850586030b3bcbf28148478eab695636bfb9e47ff6e1494
|
9
repositories.gradle
Normal file
9
repositories.gradle
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
repositories {
|
||||||
|
maven {
|
||||||
|
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master"
|
||||||
|
content {
|
||||||
|
includeGroup "com.mingliqiye"
|
||||||
|
includeGroupByRegex "com\\.mingliqiye\\..*"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -13,6 +13,9 @@ https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw
|
|||||||
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
|
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
apply from: 'https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/repositories.gradle'
|
||||||
|
```
|
||||||
|
|
||||||
```groovy
|
```groovy
|
||||||
maven {
|
maven {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user