m

mxcache-runtime

Constains all classes necessary for launching a MxCache-instrumentated application
Files download
File Operation
mxcache-runtime-2.6.9.jar download
mxcache-runtime-2.6.9.pom download
mxcache-runtime-2.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-runtime</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-runtime:2.6.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-runtime:2.6.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-runtime" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-runtime', version='2.6.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-runtime" rev="2.6.9" />
Leiningen
[com.maxifier.mxcache/mxcache-runtime "2.6.9"]
Apache Buildr
'com.maxifier.mxcache:mxcache-runtime:jar:2.6.9'