MVN

com.gitee.zzhhz : ZHCache

Maven & Gradle

Aug 01, 2023

ZHCache · Maven.gradle.aar.jar.

<dependency>
    <groupId>com.gitee.zzhhz</groupId>
    <artifactId>ZHCache</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.zzhhz : ZHCache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of com.gitee.zzhhz : ZHCache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
ZHCache-2.1.6
ZHCache-2.1.5
ZHCache-2.1.4
ZHCache-2.1.3
ZHCache-2.1.2
ZHCache-2.1.1
ZHCache-2.1.0
2.0.x
ZHCache-2.0.6
ZHCache-2.0.5

How to add a dependency to Maven

Add the following com.gitee.zzhhz : ZHCache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.zzhhz</groupId>
    <artifactId>ZHCache</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.zzhhz : ZHCache gradle dependency to your build.gradle file:

implementation 'com.gitee.zzhhz:ZHCache:2.1.6'

Gradle Kotlin DSL: Add the following com.gitee.zzhhz : ZHCache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.zzhhz:ZHCache:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.zzhhz : ZHCache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.zzhhz" % "ZHCache" % "2.1.6"