Last Version

ow2-asm 1.1.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. )

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.babyfish
ArtifactId

ArtifactId

ow2-asm
Version

Version

1.1.0.Alpha
Type

Type

jar
Description

Description

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

Project URL

https://github.com/babyfish-ct/babyfish
Source Code Management

Source Code Management

https://github.com/babyfish-ct/babyfish

Download ow2-asm 1.1.0.Alpha


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.