o

ow2-asm

A clone of ASM(http://asm.ow2.org), should not be used by user directly. ( The API of ASM is unstable, but it's used by many libraries and frameworks so that it can cause the jar conflict easily. BabyFish has to copy some source of it and change its package name to avoid the java conflict. )
https://github.com/babyfish-ct/babyfish
LGPL-3.0
Tao Chen(Chinese Name: 陈涛)
Files download
File Operation
ow2-asm-1.1.0.Alpha.jar download
ow2-asm-1.1.0.Alpha.pom download
ow2-asm-1.1.0.Alpha-sources.jar download
Apache Maven
<dependency>
  <groupId>org.babyfish</groupId>
  <artifactId>ow2-asm</artifactId>
  <version>1.1.0.Alpha</version>
</dependency>
Gradle Groovy
implementation 'org.babyfish:ow2-asm:1.1.0.Alpha'
Gradle Kotlin
implementation("org.babyfish:ow2-asm:1.1.0.Alpha")
Scala SBT
libraryDependencies += "org.babyfish" % "ow2-asm" % "1.1.0.Alpha"
Groovy Grape
@Grapes(
  @Grab(group='org.babyfish', module='ow2-asm', version='1.1.0.Alpha')
)
Apache Ivy
<dependency org="org.babyfish" name="ow2-asm" rev="1.1.0.Alpha" />
Leiningen
[org.babyfish/ow2-asm "1.1.0.Alpha"]
Apache Buildr
'org.babyfish:ow2-asm:jar:1.1.0.Alpha'