MVN

com.xzixi.framework : cache

Maven & Gradle

Dec 14, 2020
1 usages

缓存配置

<dependency>
    <groupId>com.xzixi.framework</groupId>
    <artifactId>cache</artifactId>
    <version>2.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.xzixi.framework : cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.2

All Versions

Choose a version of com.xzixi.framework : cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
cache-2.2.2
cache-2.2.1
cache-2.2.0
2.1.x
cache-2.1.2
cache-2.1.1

How to add a dependency to Maven

Add the following com.xzixi.framework : cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.xzixi.framework</groupId>
    <artifactId>cache</artifactId>
    <version>2.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.xzixi.framework : cache gradle dependency to your build.gradle file:

implementation 'com.xzixi.framework:cache:2.2.2'

Gradle Kotlin DSL: Add the following com.xzixi.framework : cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.xzixi.framework:cache:2.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.xzixi.framework : cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.xzixi.framework" % "cache" % "2.2.2"

Advertisement