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