bytecode-analysis
A prototype-library based on ASM 4 that computes definitions/uses of each instruction
License |
License |
---|---|
Categories |
CategoriesCode Analysis Application Testing & Monitoring |
GroupId | GroupIdbr.usp.each.saeg |
ArtifactId | ArtifactIdbytecode-analysis |
Last Version | Last Version0.5.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbytecode-analysis
A prototype-library based on ASM 4 that computes definitions/uses of each instruction
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bytecode-analysis-0.5.4.pom | |
bytecode-analysis-0.5.4.jar | 58 KB |
bytecode-analysis-0.5.4-sources.jar | 63 KB |
bytecode-analysis-0.5.4-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.usp.each.saeg/bytecode-analysis/ -->
<dependency>
<groupId>br.usp.each.saeg</groupId>
<artifactId>bytecode-analysis</artifactId>
<version>0.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/br.usp.each.saeg/bytecode-analysis/
implementation 'br.usp.each.saeg:bytecode-analysis:0.5.4'
// https://jarcasting.com/artifacts/br.usp.each.saeg/bytecode-analysis/
implementation ("br.usp.each.saeg:bytecode-analysis:0.5.4")
'br.usp.each.saeg:bytecode-analysis:jar:0.5.4'
<dependency org="br.usp.each.saeg" name="bytecode-analysis" rev="0.5.4">
<artifact name="bytecode-analysis" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.usp.each.saeg', module='bytecode-analysis', version='0.5.4')
)
libraryDependencies += "br.usp.each.saeg" % "bytecode-analysis" % "0.5.4"
[br.usp.each.saeg/bytecode-analysis "0.5.4"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-debug-all | jar | 4.2 |
A prototype-library based on ASM 4 that computes definitions/uses of each instruction