Last Version

MxCache asm 7.1

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

7.1
Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://github.com/maxifier/mxcache
Project Organization

Project Organization

Maxifier
Source Code Management

Source Code Management

https://github.com/maxifier/mxcache.git

Download mxcache-asm 7.1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.