m

mxcache

MxCache parent project. MxCache adds an annotation-driven caching facility to java projects.
http://github.com/maxifier/mxcache
Maxifier
文件下载
文件名 操作
mxcache-2.6.9.pom 下载
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache</artifactId>
  <version>2.6.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache:2.6.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache:2.6.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache', version='2.6.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache" rev="2.6.9" />
Leiningen
[com.maxifier.mxcache/mxcache "2.6.9"]
Apache Buildr
'com.maxifier.mxcache:mxcache:jar:2.6.9'