An open API service indexing awesome lists of open source software.

https://github.com/vsilaev/tascalate-asmx

Shaded version of ObjectWeb ASM library to use in Tascalate projects
https://github.com/vsilaev/tascalate-asmx

Last synced: 3 months ago
JSON representation

Shaded version of ObjectWeb ASM library to use in Tascalate projects

Awesome Lists containing this project

README

        

[![Maven Central](https://img.shields.io/maven-central/v/net.tascalate/net.tascalate.asmx.parent.svg)](https://search.maven.org/artifact/net.tascalate/net.tascalate.asmx.parent/9.7.0/pom) [![GitHub release](https://img.shields.io/github/release/vsilaev/tascalate-asmx.svg)](https://github.com/vsilaev/tascalate-asmx/releases/tag/9.7.0) [![license](https://img.shields.io/github/license/vsilaev/tascalate-asmx.svg)](https://github.com/vsilaev/tascalate-asmx/blob/master/LICENSE)

# Tascalate Asmx
Shaded version of the [ObjectWeb ASM](https://asm.ow2.io/) library to use in Tascalate projects to avoid clashes between classes / modules.

As of now, it shades OW2 ASM 9.7. The _major_ and _minor_ version of the library matches exactly the version of the ASM library used, build version is left for internal fixes and extensions.