m

mxcache-asm

A repackage of ASM byte code manipulation library with some fixes from 3.3. All classes put into com.maxifier.mxcache.asm package. (It was done because different versions ASM are incompatible) The repackaging is done via maven-shade-plugin. This project is located in MxCache repository but it is not liked with its parent project as IDEA doesn't perform well when used with shade plugin.
http://github.com/maxifier/mxcache
Maxifier
文件下载
文件名 操作
mxcache-asm-7.1.jar 下载
mxcache-asm-7.1.pom 下载
mxcache-asm-7.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.maxifier.mxcache</groupId>
  <artifactId>mxcache-asm</artifactId>
  <version>7.1</version>
</dependency>
Gradle Groovy
implementation 'com.maxifier.mxcache:mxcache-asm:7.1'
Gradle Kotlin
implementation("com.maxifier.mxcache:mxcache-asm:7.1")
Scala SBT
libraryDependencies += "com.maxifier.mxcache" % "mxcache-asm" % "7.1"
Groovy Grape
@Grapes(
  @Grab(group='com.maxifier.mxcache', module='mxcache-asm', version='7.1')
)
Apache Ivy
<dependency org="com.maxifier.mxcache" name="mxcache-asm" rev="7.1" />
Leiningen
[com.maxifier.mxcache/mxcache-asm "7.1"]
Apache Buildr
'com.maxifier.mxcache:mxcache-asm:jar:7.1'