a

asm-test

Utilities for testing ASM, a very small and fast Java bytecode manipulation framework
http://asm.ow2.io/
BSD-3-Clause
OW2
Eric Bruneton Eugene Kuleshov Remi Forax
Files download
File Operation
asm-test-7.2.jar download
asm-test-7.2.pom download
asm-test-7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.asm</groupId>
  <artifactId>asm-test</artifactId>
  <version>7.2</version>
</dependency>
Gradle Groovy
implementation 'org.ow2.asm:asm-test:7.2'
Gradle Kotlin
implementation("org.ow2.asm:asm-test:7.2")
Scala SBT
libraryDependencies += "org.ow2.asm" % "asm-test" % "7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.asm', module='asm-test', version='7.2')
)
Apache Ivy
<dependency org="org.ow2.asm" name="asm-test" rev="7.2" />
Leiningen
[org.ow2.asm/asm-test "7.2"]
Apache Buildr
'org.ow2.asm:asm-test:jar:7.2'