License |
License |
---|---|
GroupId | GroupIdorg.checkerframework.annotatedlib |
ArtifactId | ArtifactIdcommons-bcel |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionBCEL
Apache Commons Bytecode Engineering Library, with type annotations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-bcel-0.0.1.pom | |
commons-bcel-0.0.1.jar | 775 KB |
commons-bcel-0.0.1-sources.jar | 673 KB |
commons-bcel-0.0.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-bcel/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>commons-bcel</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-bcel/
implementation 'org.checkerframework.annotatedlib:commons-bcel:0.0.1'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/commons-bcel/
implementation ("org.checkerframework.annotatedlib:commons-bcel:0.0.1")
'org.checkerframework.annotatedlib:commons-bcel:jar:0.0.1'
<dependency org="org.checkerframework.annotatedlib" name="commons-bcel" rev="0.0.1">
<artifact name="commons-bcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='commons-bcel', version='0.0.1')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "commons-bcel" % "0.0.1"
[org.checkerframework.annotatedlib/commons-bcel "0.0.1"]