a

asm-test

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