Please visit the project homepage.
License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdde.unkrig.jdisasm |
ArtifactId | ArtifactIdjdisasm |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjdisasm
A disassembler for Java .class files.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
jdisasm-1.0.6.pom | |
jdisasm-1.0.6.jar | 199 KB |
jdisasm-1.0.6-sources.jar | 62 KB |
jdisasm-1.0.6-javadoc.jar | 387 KB |
jdisasm-1.0.6-jar-with-dependencies.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.jdisasm/jdisasm/ -->
<dependency>
<groupId>de.unkrig.jdisasm</groupId>
<artifactId>jdisasm</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.jdisasm/jdisasm/
implementation 'de.unkrig.jdisasm:jdisasm:1.0.6'
// https://jarcasting.com/artifacts/de.unkrig.jdisasm/jdisasm/
implementation ("de.unkrig.jdisasm:jdisasm:1.0.6")
'de.unkrig.jdisasm:jdisasm:jar:1.0.6'
<dependency org="de.unkrig.jdisasm" name="jdisasm" rev="1.0.6">
<artifact name="jdisasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.jdisasm', module='jdisasm', version='1.0.6')
)
libraryDependencies += "de.unkrig.jdisasm" % "jdisasm" % "1.0.6"
[de.unkrig.jdisasm/jdisasm "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
de.unkrig.commons : commons-nullanalysis | jar | 1.2.13 |
Group / Artifact | Type | Version |
---|---|---|
de.unkrig.commons : commons-junit4 | jar | 1.2.13 |
Please visit the project homepage.