m

mxcache-tests

MxCache tests for instrumentation
Files download
File Operation
mxcache-tests-2.5.7-fix.jar download
mxcache-tests-2.5.7-fix.pom download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-tests</artifactId>
  <version>2.5.7-fix</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-tests:2.5.7-fix'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-tests:2.5.7-fix")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-tests" % "2.5.7-fix"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-tests', version='2.5.7-fix')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-tests" rev="2.5.7-fix" />
Leiningen
[com.maxifier.mxcache/mxcache-tests "2.5.7-fix"]
Apache Buildr
'com.maxifier.mxcache:mxcache-tests:jar:2.5.7-fix'