License |
License |
---|---|
GroupId | GroupIdit.univr.bcel |
ArtifactId | ArtifactIdit-univr-bcel |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionit-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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
it-univr-bcel-1.1.0.pom | |
it-univr-bcel-1.1.0.jar | 26 KB |
it-univr-bcel-1.1.0-sources.jar | 19 KB |
it-univr-bcel-1.1.0-javadoc.jar | 421 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.bcel : bcel | jar | 6.2 |