License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdasm-tool |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionasm-tool
The asm tool for java.
|
Filename | Size |
---|---|
asm-tool-0.0.3.pom | |
asm-tool-0.0.3.jar | 12 KB |
asm-tool-0.0.3-sources.jar | 8 KB |
asm-tool-0.0.3-javadoc.jar | 106 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |