asm-tool

The asm tool for java.

License

License

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

asm-tool
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

asm-tool
The asm tool for java.

Download asm-tool

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.houbb : heaven jar 0.1.62
org.ow2.asm : asm-all jar 5.1
com.esotericsoftware : reflectasm jar 1.11.9

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.3
0.0.2
0.0.1