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