m

mxcache-instrumentator

Instrumentator core. This jar can also be used for dynamic instrumentation.
Files download
File Operation
mxcache-instrumentator-2.6.9.jar download
mxcache-instrumentator-2.6.9.pom download
mxcache-instrumentator-2.6.9-sources.jar download
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-instrumentator</artifactId>
  <version>2.6.9</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-instrumentator:2.6.9'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-instrumentator:2.6.9")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-instrumentator" % "2.6.9"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-instrumentator', version='2.6.9')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-instrumentator" rev="2.6.9" />
Leiningen
[com.maxifier.mxcache/mxcache-instrumentator "2.6.9"]
Apache Buildr
'com.maxifier.mxcache:mxcache-instrumentator:jar:2.6.9'