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