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