License |
License |
---|---|
GroupId | GroupIdcom.kdgregory.bcelx |
ArtifactId | ArtifactIdbcelx |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionBCELX - 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bcelx-1.0.0.pom | |
bcelx-1.0.0.jar | 23 KB |
bcelx-1.0.0-sources.jar | 13 KB |
bcelx-1.0.0-javadoc.jar | 88 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.bcel : bcel | jar | 5.2 |
net.sf.kdgcommons : kdgcommons | jar | 1.0.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |