BCELX - Extensions to Apache BCEL

Apache BCEL has not been updated since 2006, and the released version does not support JDK 1.5 features such as annotations. This library is an extension to BCEL (you will need BCEL to use it) that provides support for JDK 1.5 features along with some utilities. Everything is driven by the needs of my other projects.

Лицензия

Лицензия

Группа

Группа

com.kdgregory.bcelx
Идентификатор

Идентификатор

bcelx
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

BCELX - Extensions to Apache BCEL
Apache BCEL has not been updated since 2006, and the released version does not support JDK 1.5 features such as annotations. This library is an extension to BCEL (you will need BCEL to use it) that provides support for JDK 1.5 features along with some utilities. Everything is driven by the needs of my other projects.
Ссылка на сайт

Ссылка на сайт

https://github.com/kdgregory/bcelx
Система контроля версий

Система контроля версий

https://github.com/kdgregory/bcelx

Скачать bcelx

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.kdgregory.bcelx/bcelx/ -->
<dependency>
    <groupId>com.kdgregory.bcelx</groupId>
    <artifactId>bcelx</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kdgregory.bcelx/bcelx/
implementation 'com.kdgregory.bcelx:bcelx:1.0.0'
// https://jarcasting.com/artifacts/com.kdgregory.bcelx/bcelx/
implementation ("com.kdgregory.bcelx:bcelx:1.0.0")
'com.kdgregory.bcelx:bcelx:jar:1.0.0'
<dependency org="com.kdgregory.bcelx" name="bcelx" rev="1.0.0">
  <artifact name="bcelx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kdgregory.bcelx', module='bcelx', version='1.0.0')
)
libraryDependencies += "com.kdgregory.bcelx" % "bcelx" % "1.0.0"
[com.kdgregory.bcelx/bcelx "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.bcel : bcel jar 5.2
net.sf.kdgcommons : kdgcommons jar 1.0.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10

Модули Проекта

Данный проект не имеет модулей.

Apache Commons BCEL is a great tool for examining classfiles. Unfortunately, it hasn't been updated since 2006, and the current released version doesn't support annotations. This project is starting out as an annotation parser, because I need that for another project. I have some ideas of creating a tree view on top of BCEL (with XPath-inspired searches), but that won't happen for a long time (if ever).

Версии библиотеки

Версия
1.0.0