is not current version
Last Version 20041228.180559

asm:asm-attrs 2.1


Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

asm
ArtifactId

ArtifactId

asm-attrs
Version

Version

2.1
Type

Type

jar

Download asm-attrs 2.1


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