MVN

vip.xiaomaoxiaoke : xiao-ke

Maven & Gradle

Aug 15, 2023

xiao-ke · xiao-ke

<dependency>
    <groupId>vip.xiaomaoxiaoke</groupId>
    <artifactId>xiao-ke</artifactId>
    <version>4.2.35</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vip.xiaomaoxiaoke : xiao-ke to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.35

All Versions

Choose a version of vip.xiaomaoxiaoke : xiao-ke to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
xiao-ke-4.2.35
xiao-ke-4.2.34
xiao-ke-4.2.33
xiao-ke-4.2.31
xiao-ke-4.2.30
xiao-ke-4.2.29
xiao-ke-4.2.22
xiao-ke-4.2.15
xiao-ke-4.2.14
xiao-ke-4.2.12

How to add a dependency to Maven

Add the following vip.xiaomaoxiaoke : xiao-ke maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>vip.xiaomaoxiaoke</groupId>
    <artifactId>xiao-ke</artifactId>
    <version>4.2.35</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vip.xiaomaoxiaoke : xiao-ke gradle dependency to your build.gradle file:

implementation 'vip.xiaomaoxiaoke:xiao-ke:4.2.35'

Gradle Kotlin DSL: Add the following vip.xiaomaoxiaoke : xiao-ke gradle kotlin dependency to your build.gradle.kts file:

implementation("vip.xiaomaoxiaoke:xiao-ke:4.2.35")

How to add a dependency to SBT Scala

SBT Scala: Add the following vip.xiaomaoxiaoke : xiao-ke sbt scala dependency to your build.sbt file:

libraryDependencies += "vip.xiaomaoxiaoke" % "xiao-ke" % "4.2.35"