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.

Категории

Категории

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

Группа

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

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

mxcache-asm
Последняя версия

Последняя версия

7.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

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

Скачать mxcache-asm

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

#MxCache

Build Status

MxCache adds an annotation-driven caching facility to java projects.

Features:

  • Flexible SPI allows to add own caching strategies.
  • Both annotation-driven and xml-based configuration.
  • Smart dependency tracking between caches and resources.
  • Compatible with third-party caching libraries like EhCache, Guava.

##Further reading See Getting Started wiki page for brief introduction. See FAQ page if you still have questions.

E-mail alexander.kochurov-at-maxifier.com with any feedback.

com.maxifier.mxcache

Maxifier Inc

Версии библиотеки

Версия
7.1
5.0