is not current version
Last Version 1.1.0.Alpha

org.babyfish:ow2-asm 1.0.0.Alpha

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. )

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.babyfish
ArtifactId

ArtifactId

ow2-asm
Version

Version

1.0.0.Alpha
Type

Type

jar

Download ow2-asm 1.0.0.Alpha


<!-- https://jarcasting.com/artifacts/org.babyfish/ow2-asm/ -->
<dependency>
    <groupId>org.babyfish</groupId>
    <artifactId>ow2-asm</artifactId>
    <version>1.0.0.Alpha</version>
</dependency>
// https://jarcasting.com/artifacts/org.babyfish/ow2-asm/
implementation 'org.babyfish:ow2-asm:1.0.0.Alpha'
// https://jarcasting.com/artifacts/org.babyfish/ow2-asm/
implementation ("org.babyfish:ow2-asm:1.0.0.Alpha")
'org.babyfish:ow2-asm:jar:1.0.0.Alpha'
<dependency org="org.babyfish" name="ow2-asm" rev="1.0.0.Alpha">
  <artifact name="ow2-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.babyfish', module='ow2-asm', version='1.0.0.Alpha')
)
libraryDependencies += "org.babyfish" % "ow2-asm" % "1.0.0.Alpha"
[org.babyfish/ow2-asm "1.0.0.Alpha"]