m

mxcache-tests

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