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.

Лицензия

Лицензия

BSD 3-Clause License
Категории

Категории

ASM Библиотеки уровня приложения Bytecode Manipulation
Группа

Группа

org.whiley
Идентификатор

Идентификатор

jasm
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://whiley.github.io/Jasm/
Система контроля версий

Система контроля версий

https://github.com/Whiley/Jasm

Скачать jasm

Имя Файла Размер
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
Обзор

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.0.2
1.0.1
1.0