Last Version

ASM 6.0

A very small and fast Java bytecode manipulation framework

License

License

BSD
Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.asm
ArtifactId

ArtifactId

asm-parent
Version

Version

6.0
Type

Type

jar
Description

Description

ASM
A very small and fast Java bytecode manipulation framework
Project URL

Project URL

http://asm.objectweb.org/
Project Organization

Project Organization

ObjectWeb

Download asm-parent 6.0


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

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.