is not current version
Last Version 3.3.1

asm:asm-parent 3.0_RC1

A very small and fast Java bytecode manipulation framework

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-parent
Version

Version

3.0_RC1
Type

Type

pom

Download asm-parent 3.0_RC1

Filename Size
asm-parent-3.0_RC1.pom 2 KB
Browse

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