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.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииASM Библиотеки уровня приложения Bytecode Manipulation |
| Группа | Группаme.jamiemansfield |
| Идентификатор | Идентификаторbombe-asm |
| Последняя версия | Последняя версия0.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеbombe-asm
An ASM implementation of Bombe Core.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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.