License |
License
BSD 3-Clause License
|
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.whiley |
ArtifactId | ArtifactIdjasm |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionJava Assembler / Disassembler (Jasm)
Jasm is an Assembler / Disassembler for Java Bytecode. Using Jasm
you can easily read or write Java Classfiles. Jasm was originally
developed as part of the Java Compiler Kit (JKit), and is now used
primarily within the Whiley Compiler.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jasm-1.0.2.pom | |
jasm-1.0.2.jar | 220 KB |
jasm-1.0.2-sources.jar | 107 KB |
jasm-1.0.2-javadoc.jar | 848 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.whiley/jasm/ -->
<dependency>
<groupId>org.whiley</groupId>
<artifactId>jasm</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.whiley/jasm/
implementation 'org.whiley:jasm:1.0.2'
// https://jarcasting.com/artifacts/org.whiley/jasm/
implementation ("org.whiley:jasm:1.0.2")
'org.whiley:jasm:jar:1.0.2'
<dependency org="org.whiley" name="jasm" rev="1.0.2">
<artifact name="jasm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whiley', module='jasm', version='1.0.2')
)
libraryDependencies += "org.whiley" % "jasm" % "1.0.2"
[org.whiley/jasm "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |