is not current version
Last Version 20041228.180559

asm:asm-attrs 2.0


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-attrs
Version

Version

2.0
Type

Type

jar

Download asm-attrs 2.0


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