Bombe
Bombe provides a model of some constructs pertaining to the class file format in the JVM Specification. Bombe is made available under the BSD 3-Clause License.
License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.cadixdev |
ArtifactId | ArtifactIdbombe-asm |
Last Version | Last Version0.3.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbombe-asm
An ASM implementation of Bombe Core.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bombe-asm-0.3.5.pom | |
bombe-asm-0.3.5.jar | 8 KB |
bombe-asm-0.3.5-sources.jar | 10 KB |
bombe-asm-0.3.5-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cadixdev/bombe-asm/ -->
<dependency>
<groupId>org.cadixdev</groupId>
<artifactId>bombe-asm</artifactId>
<version>0.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.cadixdev/bombe-asm/
implementation 'org.cadixdev:bombe-asm:0.3.5'
// https://jarcasting.com/artifacts/org.cadixdev/bombe-asm/
implementation ("org.cadixdev:bombe-asm:0.3.5")
'org.cadixdev:bombe-asm:jar:0.3.5'
<dependency org="org.cadixdev" name="bombe-asm" rev="0.3.5">
<artifact name="bombe-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cadixdev', module='bombe-asm', version='0.3.5')
)
libraryDependencies += "org.cadixdev" % "bombe-asm" % "0.3.5"
[org.cadixdev/bombe-asm "0.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.cadixdev : bombe | jar | 0.3.5 |
org.ow2.asm : asm-commons | jar | 7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.2.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.2.0 |
Bombe provides a model of some constructs pertaining to the class file format in the JVM Specification. Bombe is made available under the BSD 3-Clause License.