m

mxcache-maven-plugin

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