Jasm
An Assembler / Disassembler for Java Bytecode. See the Jasm homepage for more information.
| Лицензия |
Лицензия
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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
An Assembler / Disassembler for Java Bytecode. See the Jasm homepage for more information.