MVN

io.gitee.kould : Kache

Maven & Gradle

Jul 04, 2022

Kache · Kache

<dependency>
    <groupId>io.gitee.kould</groupId>
    <artifactId>Kache</artifactId>
    <version>1.9.0.INFORMAL_VERSION</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.kould : Kache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0.INFORMAL_VERSION

All Versions

Choose a version of io.gitee.kould : Kache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
Kache-1.9.0.INFORMAL_VERSION
1.8.x
Kache-1.8.9.INFORMAL_VERSION
Kache-1.8.8.INFORMAL_VERSION
Kache-1.8.7.INFORMAL_VERSION
Kache-1.8.6.INFORMAL_VERSION
Kache-1.8.5.INFORMAL_VERSION
Kache-1.8.4.INFORMAL_VERSION
Kache-1.8.3.INFORMAL_VERSION
Kache-1.8.2.INFORMAL_VERSION
Kache-1.8.1.INFORMAL_VERSION
Kache-1.8.0.INFORMAL_VERSION
1.7.x
Kache-1.7.9
Kache-1.7.7
Kache-1.7.5
Kache-1.7.3
Kache-1.7.2
Kache-1.7.1
Kache-1.7.0
1.6.x
Kache-1.6.3
Kache-1.6.2
Kache-1.6.1
Kache-1.6.0
1.3.x
Kache-1.3.2
Kache-1.3.0
1.2.x
Kache-1.2.0
1.1.x
Kache-1.1.1
Kache-1.1.0
1.0.x
Kache-1.0.0

How to add a dependency to Maven

Add the following io.gitee.kould : Kache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.kould</groupId>
    <artifactId>Kache</artifactId>
    <version>1.9.0.INFORMAL_VERSION</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.kould : Kache gradle dependency to your build.gradle file:

implementation 'io.gitee.kould:Kache:1.9.0.INFORMAL_VERSION'

Gradle Kotlin DSL: Add the following io.gitee.kould : Kache gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.kould:Kache:1.9.0.INFORMAL_VERSION")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.kould : Kache sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.kould" % "Kache" % "1.9.0.INFORMAL_VERSION"

Advertisement