не последняя версия
Последняя версия 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.

Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

com.maxifier.mxcache
Идентификатор

Идентификатор

mxcache-asm
Версия

Версия

5.0
Тип

Тип

jar

Скачать 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"]