MVN

com.github.zomin : layering-cache-tool

Maven & Gradle

Dec 13, 2021
1 usages
0 stars

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

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

Latest Version

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

  • Latest Stable: 1.0.13

All Versions

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

Version Vulnerabilities Updated
1.0.x
layering-cache-tool-1.0.13
layering-cache-tool-1.0.12.3
layering-cache-tool-1.0.12.2
layering-cache-tool-1.0.12.1
layering-cache-tool-1.0.12
layering-cache-tool-1.0.11
layering-cache-tool-1.0.10
layering-cache-tool-1.0.9
layering-cache-tool-1.0.8
layering-cache-tool-1.0.7
layering-cache-tool-1.0.6
layering-cache-tool-1.0.5
layering-cache-tool-1.0.4
layering-cache-tool-1.0.3
layering-cache-tool-1.0.2
layering-cache-tool-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.zomin</groupId>
    <artifactId>layering-cache-tool</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.zomin:layering-cache-tool:1.0.13'

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

implementation("com.github.zomin:layering-cache-tool:1.0.13")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.zomin" % "layering-cache-tool" % "1.0.13"

Advertisement