# 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 ## minecraft-SLP ### 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 ### maven (pom.xml) ```xml com.mingliqiye network-endpoint 1.0.3 ``` ### 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 ### maven (pom.xml) ```xml com.mingliqiye socket-utilts 1.0.6 ``` ### 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 ### maven (pom.xml) ```xml com.mingliqiye string-utilts 1.0.4 ``` ### 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 ### maven (pom.xml) ```xml com.mingliqiye tcp-proxy 0.1 ``` ### 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") ```