Files download
File Operation
asm-attrs-20041228.180559.jar download
asm-attrs-20041228.180559.pom download
Apache Maven
<dependency>
  <groupId>asm</groupId>
  <artifactId>asm-attrs</artifactId>
  <version>20041228.180559</version>
</dependency>
Gradle Groovy
implementation 'asm:asm-attrs:20041228.180559'
Gradle Kotlin
implementation("asm:asm-attrs:20041228.180559")
Scala SBT
libraryDependencies += "asm" % "asm-attrs" % "20041228.180559"
Groovy Grape
@Grapes(
  @Grab(group='asm', module='asm-attrs', version='20041228.180559')
)
Apache Ivy
<dependency org="asm" name="asm-attrs" rev="20041228.180559" />
Leiningen
[asm/asm-attrs "20041228.180559"]
Apache Buildr
'asm:asm-attrs:jar:20041228.180559'
Dependencies
The project has no third-party dependencies