m

mxcache-generation

Contains a set of templates and Generator class that generates various cache classes for a combination of different primitive key and value types.
Files download
File Operation
mxcache-generation-2.6.9.jar download
mxcache-generation-2.6.9.pom download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-generation</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-generation:2.6.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-generation:2.6.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-generation" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-generation', version='2.6.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-generation" rev="2.6.9" />
Leiningen
[com.maxifier.mxcache/mxcache-generation "2.6.9"]
Apache Buildr
'com.maxifier.mxcache:mxcache-generation:jar:2.6.9'