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

it-univr-bcel 1.1.0

BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.

Лицензия

Лицензия

Группа

Группа

it.univr.bcel
Идентификатор

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

it-univr-bcel
Версия

Версия

1.1.0
Тип

Тип

jar
Описание

Описание

it-univr-bcel
BCEL utilities for inferring types in Java bytecode and for recomputing stack maps for a method. A stack map is compulsory from Java bytecode version 50 and higher. It specifies types at specific program points, ie., at targets of jumps. Compilers generate code with stack map tables, but code instrumentation might invalidate them. These utilities allow one to recompute stack map tables after code instrumentation with the BCEL library for bytecode instrumentation.
Ссылка на сайт

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

https://github.com/spoto/it-univr-bcel
Система контроля версий

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

https://github.com/spoto/it-univr-bcel

Скачать it-univr-bcel 1.1.0


<!-- https://jarcasting.com/artifacts/it.univr.bcel/it-univr-bcel/ -->
<dependency>
    <groupId>it.univr.bcel</groupId>
    <artifactId>it-univr-bcel</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/it.univr.bcel/it-univr-bcel/
implementation 'it.univr.bcel:it-univr-bcel:1.1.0'
// https://jarcasting.com/artifacts/it.univr.bcel/it-univr-bcel/
implementation ("it.univr.bcel:it-univr-bcel:1.1.0")
'it.univr.bcel:it-univr-bcel:jar:1.1.0'
<dependency org="it.univr.bcel" name="it-univr-bcel" rev="1.1.0">
  <artifact name="it-univr-bcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.univr.bcel', module='it-univr-bcel', version='1.1.0')
)
libraryDependencies += "it.univr.bcel" % "it-univr-bcel" % "1.1.0"
[it.univr.bcel/it-univr-bcel "1.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.bcel : bcel jar 6.2

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

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