# Packs-Index
- [hash-utils](#hash-utils)
- [minecraft-SLP](#minecraft-slp)
- [network-endpoint](#network-endpoint)
- [socket-utils](#socket-utils)
- [string-utils](#string-utils)
- [tcp-proxy](#tcp-proxy)
# 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
mingliqiye-maven-repo-gitee
mingliqiye-maven-repo-gitee
https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
```
```xml
mingliqiye-maven-repo
mingliqiye-maven-repo
https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/
```
# Packs-Dependencys
## hash-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:29:35
- lastVersion 1.0.1
### maven (pom.xml)
```xml
com.mingliqiye
hash-utils
1.0.1
```
### 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
### maven (pom.xml)
```xml
com.mingliqiye
minecraft-SLP
1.0.1
```
### 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(UTC/GMT+08:00) 2025-07-10 08:43:50
- lastVersion 1.0.4
### maven (pom.xml)
```xml
com.mingliqiye
network-endpoint
1.0.4
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:network-endpoint:1.0.4'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:network-endpoint:1.0.4")
```
## socket-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:50:37
- lastVersion 1.0.7
### maven (pom.xml)
```xml
com.mingliqiye
socket-utils
1.0.7
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:socket-utils:1.0.7'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:socket-utils:1.0.7")
```
## string-utils
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:26:35
- lastVersion 1.0.4
### maven (pom.xml)
```xml
com.mingliqiye
string-utils
1.0.4
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:string-utils:1.0.4'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:string-utils:1.0.4")
```
## tcp-proxy
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:53:00
- lastVersion 0.2
### maven (pom.xml)
```xml
com.mingliqiye
tcp-proxy
0.2
```
### Gradle (Groovy DSL - build.gradle)
```groovy
implementation 'com.mingliqiye:tcp-proxy:0.2'
```
### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin
implementation("com.mingliqiye:tcp-proxy:0.2")
```