is not current version
Last Version 7.1

com.maxifier.mxcache:mxcache-asm 5.0

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.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.maxifier.mxcache
ArtifactId

ArtifactId

mxcache-asm
Version

Version

5.0
Type

Type

jar

Download mxcache-asm 5.0


<!-- https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-asm/ -->
<dependency>
    <groupId>com.maxifier.mxcache</groupId>
    <artifactId>mxcache-asm</artifactId>
    <version>5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-asm/
implementation 'com.maxifier.mxcache:mxcache-asm:5.0'
// https://jarcasting.com/artifacts/com.maxifier.mxcache/mxcache-asm/
implementation ("com.maxifier.mxcache:mxcache-asm:5.0")
'com.maxifier.mxcache:mxcache-asm:jar:5.0'
<dependency org="com.maxifier.mxcache" name="mxcache-asm" rev="5.0">
  <artifact name="mxcache-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.maxifier.mxcache', module='mxcache-asm', version='5.0')
)
libraryDependencies += "com.maxifier.mxcache" % "mxcache-asm" % "5.0"
[com.maxifier.mxcache/mxcache-asm "5.0"]