GroupId | GroupIdorg.checkerframework.annotatedlib |
---|---|
ArtifactId | ArtifactIdbcel |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
bcel-0.0.5.pom | |
bcel-0.0.5.jar | 776 KB |
bcel-0.0.5-sources.jar | 672 KB |
bcel-0.0.5-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/bcel/ -->
<dependency>
<groupId>org.checkerframework.annotatedlib</groupId>
<artifactId>bcel</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/bcel/
implementation 'org.checkerframework.annotatedlib:bcel:0.0.5'
// https://jarcasting.com/artifacts/org.checkerframework.annotatedlib/bcel/
implementation ("org.checkerframework.annotatedlib:bcel:0.0.5")
'org.checkerframework.annotatedlib:bcel:jar:0.0.5'
<dependency org="org.checkerframework.annotatedlib" name="bcel" rev="0.0.5">
<artifact name="bcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.checkerframework.annotatedlib', module='bcel', version='0.0.5')
)
libraryDependencies += "org.checkerframework.annotatedlib" % "bcel" % "0.0.5"
[org.checkerframework.annotatedlib/bcel "0.0.5"]