MVN

com.github.xiaolyuh : layering-cache-tool

Maven & Gradle

Jun 21, 2020
1 usages
624 stars

layering-cache-tool · 多级缓存工具模块

<dependency>
    <groupId>com.github.xiaolyuh</groupId>
    <artifactId>layering-cache-tool</artifactId>
    <version>2.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.xiaolyuh : layering-cache-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1

All Versions

Choose a version of com.github.xiaolyuh : layering-cache-tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
layering-cache-tool-2.1.1
layering-cache-tool-2.1.0
2.0.x
layering-cache-tool-2.0.9
layering-cache-tool-2.0.8
layering-cache-tool-2.0.7
layering-cache-tool-2.0.6
layering-cache-tool-2.0.5
layering-cache-tool-2.0.4
layering-cache-tool-2.0.3
layering-cache-tool-2.0.2
layering-cache-tool-2.0.1
layering-cache-tool-2.0.0
1.1.x
layering-cache-tool-1.1.9
layering-cache-tool-1.1.8
layering-cache-tool-1.1.7
layering-cache-tool-1.1.6
layering-cache-tool-1.1.5
layering-cache-tool-1.1.4
layering-cache-tool-1.1.3
layering-cache-tool-1.1.2
layering-cache-tool-1.1.0
1.0.x
layering-cache-tool-1.0.9
layering-cache-tool-1.0.8

How to add a dependency to Maven

Add the following com.github.xiaolyuh : layering-cache-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.xiaolyuh</groupId>
    <artifactId>layering-cache-tool</artifactId>
    <version>2.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.xiaolyuh : layering-cache-tool gradle dependency to your build.gradle file:

implementation 'com.github.xiaolyuh:layering-cache-tool:2.1.1'

Gradle Kotlin DSL: Add the following com.github.xiaolyuh : layering-cache-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.xiaolyuh:layering-cache-tool:2.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.xiaolyuh : layering-cache-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.xiaolyuh" % "layering-cache-tool" % "2.1.1"