m

mxcache-guava-integration

A set of custom caching strategies for Google Guava library
Files download
File Operation
mxcache-guava-integration-2.6.9.jar download
mxcache-guava-integration-2.6.9.pom download
mxcache-guava-integration-2.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-guava-integration</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-guava-integration:2.6.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-guava-integration:2.6.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-guava-integration" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-guava-integration', version='2.6.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-guava-integration" rev="2.6.9" />
Leiningen
[com.maxifier.mxcache/mxcache-guava-integration "2.6.9"]
Apache Buildr
'com.maxifier.mxcache:mxcache-guava-integration:jar:2.6.9'