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 | GroupIdme.jamiemansfield |
ArtifactId | ArtifactIdbombe-asm |
Last Version | Last Version0.2.0 |
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.2.0.pom | |
bombe-asm-0.2.0.jar | 8 KB |
bombe-asm-0.2.0-sources.jar | 9 KB |
bombe-asm-0.2.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jamiemansfield/bombe-asm/ -->
<dependency>
<groupId>me.jamiemansfield</groupId>
<artifactId>bombe-asm</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/bombe-asm/
implementation 'me.jamiemansfield:bombe-asm:0.2.0'
// https://jarcasting.com/artifacts/me.jamiemansfield/bombe-asm/
implementation ("me.jamiemansfield:bombe-asm:0.2.0")
'me.jamiemansfield:bombe-asm:jar:0.2.0'
<dependency org="me.jamiemansfield" name="bombe-asm" rev="0.2.0">
<artifact name="bombe-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='bombe-asm', version='0.2.0')
)
libraryDependencies += "me.jamiemansfield" % "bombe-asm" % "0.2.0"
[me.jamiemansfield/bombe-asm "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
me.jamiemansfield : bombe-core | jar | 0.2.0 |
org.ow2.asm : asm-commons | jar | 6.2 |
com.github.ben-manes.caffeine : caffeine | jar | 2.6.2 |
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.