MVN

space.yizhu : kits

Maven & Gradle

Apr 20, 2023
0 stars

kits · 工具类

<dependency>
    <groupId>space.yizhu</groupId>
    <artifactId>kits</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.yizhu : kits to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of space.yizhu : kits to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kits-1.3.2
kits-1.3.1
kits-1.3.0
1.2.x
kits-1.2.9
kits-1.2.8
kits-1.2.7
kits-1.2.5
kits-1.2.3
kits-1.2.1
1.0.x
kits-1.0.4
kits-1.0.3
kits-1.0.2
kits-1.0.1
kits-1.0.0

How to add a dependency to Maven

Add the following space.yizhu : kits maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.yizhu</groupId>
    <artifactId>kits</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.yizhu : kits gradle dependency to your build.gradle file:

implementation 'space.yizhu:kits:1.3.2'

Gradle Kotlin DSL: Add the following space.yizhu : kits gradle kotlin dependency to your build.gradle.kts file:

implementation("space.yizhu:kits:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.yizhu : kits sbt scala dependency to your build.sbt file:

libraryDependencies += "space.yizhu" % "kits" % "1.3.2"