Last Version

ASM Core 3.1

A very small and fast Java bytecode manipulation framework

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.ow2.util.asm
ArtifactId

ArtifactId

asm
Version

Version

3.1
Type

Type

jar
Description

Description

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

Project URL

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

Project Organization

ObjectWeb

Download asm 3.1

Filename Size
asm-3.1.pom
asm-3.1.jar 42 KB
Browse

<!-- https://jarcasting.com/artifacts/org.ow2.util.asm/asm/ -->
<dependency>
    <groupId>org.ow2.util.asm</groupId>
    <artifactId>asm</artifactId>
    <version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.util.asm/asm/
implementation 'org.ow2.util.asm:asm:3.1'
// https://jarcasting.com/artifacts/org.ow2.util.asm/asm/
implementation ("org.ow2.util.asm:asm:3.1")
'org.ow2.util.asm:asm:jar:3.1'
<dependency org="org.ow2.util.asm" name="asm" rev="3.1">
  <artifact name="asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.util.asm', module='asm', version='3.1')
)
libraryDependencies += "org.ow2.util.asm" % "asm" % "3.1"
[org.ow2.util.asm/asm "3.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.