Java 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.

License

License

BSD 3-Clause License
Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jasm
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java 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

https://whiley.github.io/Jasm/
Source Code Management

Source Code Management

https://github.com/Whiley/Jasm

Download jasm

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Jasm

An Assembler / Disassembler for Java Bytecode. See the Jasm homepage for more information.

org.whiley

The Whiley Programming Language

Devoted to the development of Whiley, an open source programming language.

Versions

Version
1.0.2
1.0.1
1.0