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.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.maxifier.mxcache
ArtifactId

ArtifactId

mxcache-asm
Last Version

Last Version

7.1
Release Date

Release Date

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

How to add to project

<!-- 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.

#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

Versions

Version
7.1
5.0