143 lines
3.4 KiB
Markdown
143 lines
3.4 KiB
Markdown
# maven-repository-raw
|
|
|
|
## use
|
|
|
|
- [git.mingliqiye.com](https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw/master)
|
|
- [gitee.com](https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master)
|
|
|
|
```
|
|
https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw/master
|
|
```
|
|
|
|
```
|
|
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master
|
|
```
|
|
|
|
|
|
```groovy
|
|
maven {
|
|
name "mingliqiye-maven-repo-gitee"
|
|
url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/"
|
|
}
|
|
```
|
|
|
|
```groovy
|
|
maven {
|
|
name "mingliqiye-maven-repo"
|
|
url "https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/"
|
|
}
|
|
```
|
|
|
|
```xml
|
|
|
|
<repository>
|
|
<id>mingliqiye-maven-repo-gitee</id>
|
|
<name>mingliqiye-maven-repo-gitee</name>
|
|
<url>
|
|
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
|
|
</url>
|
|
</repository>
|
|
```
|
|
|
|
```xml
|
|
|
|
<repository>
|
|
<id>mingliqiye-maven-repo</id>
|
|
<name>mingliqiye-maven-repo</name>
|
|
<url>
|
|
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
|
|
</url>
|
|
</repository>
|
|
```
|
|
# Packs-Dependencys
|
|
## minecraft-SLP
|
|
- lastUpdateTime 2025-07-09 23:11:05
|
|
- lastVersion 1.0.1
|
|
### maven (pom.xml)
|
|
```xml<dependency>
|
|
<groupId>com.mingliqiye</groupId>
|
|
<artifactId>minecraft-SLP</artifactId>
|
|
<version>1.0.1</version>
|
|
</dependency>
|
|
```
|
|
### Gradle (Groovy DSL - build.gradle)
|
|
```groovy
|
|
implementation 'com.mingliqiye:minecraft-SLP:1.0.1'
|
|
```
|
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
|
```kotlin
|
|
implementation("com.mingliqiye:minecraft-SLP:1.0.1")
|
|
```
|
|
## network-endpoint
|
|
- lastUpdateTime 2025-07-09 23:00:05
|
|
- lastVersion 1.0.3
|
|
### maven (pom.xml)
|
|
```xml<dependency>
|
|
<groupId>com.mingliqiye</groupId>
|
|
<artifactId>network-endpoint</artifactId>
|
|
<version>1.0.3</version>
|
|
</dependency>
|
|
```
|
|
### Gradle (Groovy DSL - build.gradle)
|
|
```groovy
|
|
implementation 'com.mingliqiye:network-endpoint:1.0.3'
|
|
```
|
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
|
```kotlin
|
|
implementation("com.mingliqiye:network-endpoint:1.0.3")
|
|
```
|
|
## socket-utilts
|
|
- lastUpdateTime 2025-07-05 22:50:19
|
|
- lastVersion 1.0.6
|
|
### maven (pom.xml)
|
|
```xml<dependency>
|
|
<groupId>com.mingliqiye</groupId>
|
|
<artifactId>socket-utilts</artifactId>
|
|
<version>1.0.6</version>
|
|
</dependency>
|
|
```
|
|
### Gradle (Groovy DSL - build.gradle)
|
|
```groovy
|
|
implementation 'com.mingliqiye:socket-utilts:1.0.6'
|
|
```
|
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
|
```kotlin
|
|
implementation("com.mingliqiye:socket-utilts:1.0.6")
|
|
```
|
|
## string-utilts
|
|
- lastUpdateTime 2025-07-05 14:53:52
|
|
- lastVersion 1.0.4
|
|
### maven (pom.xml)
|
|
```xml<dependency>
|
|
<groupId>com.mingliqiye</groupId>
|
|
<artifactId>string-utilts</artifactId>
|
|
<version>1.0.4</version>
|
|
</dependency>
|
|
```
|
|
### Gradle (Groovy DSL - build.gradle)
|
|
```groovy
|
|
implementation 'com.mingliqiye:string-utilts:1.0.4'
|
|
```
|
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
|
```kotlin
|
|
implementation("com.mingliqiye:string-utilts:1.0.4")
|
|
```
|
|
## tcp-proxy
|
|
- lastUpdateTime 2025-07-05 23:30:53
|
|
- lastVersion 0.1
|
|
### maven (pom.xml)
|
|
```xml<dependency>
|
|
<groupId>com.mingliqiye</groupId>
|
|
<artifactId>tcp-proxy</artifactId>
|
|
<version>0.1</version>
|
|
</dependency>
|
|
```
|
|
### Gradle (Groovy DSL - build.gradle)
|
|
```groovy
|
|
implementation 'com.mingliqiye:tcp-proxy:0.1'
|
|
```
|
|
### Gradle (Kotlin DSL - build.gradle.kts)
|
|
```kotlin
|
|
implementation("com.mingliqiye:tcp-proxy:0.1")
|
|
```
|