Files download
File Operation
base-common-cache-3.1.0.RELEASE.jar download
base-common-cache-3.1.0.RELEASE.pom download
base-common-cache-3.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.liaomengge</groupId>
  <artifactId>base-common-cache</artifactId>
  <version>3.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.liaomengge:base-common-cache:3.1.0.RELEASE'
Gradle Kotlin
implementation("com.github.liaomengge:base-common-cache:3.1.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.liaomengge" % "base-common-cache" % "3.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.liaomengge', module='base-common-cache', version='3.1.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.liaomengge" name="base-common-cache" rev="3.1.0.RELEASE" />
Leiningen
[com.github.liaomengge/base-common-cache "3.1.0.RELEASE"]
Apache Buildr
'com.github.liaomengge:base-common-cache:jar:3.1.0.RELEASE'