Files download
File Operation
bcel-6.2.0.2.jar download
bcel-6.2.0.2.pom download
bcel-6.2.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.checkerframework.annotatedlib</groupId>
  <artifactId>bcel</artifactId>
  <version>6.2.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.checkerframework.annotatedlib:bcel:6.2.0.2'
Gradle Kotlin
implementation("org.checkerframework.annotatedlib:bcel:6.2.0.2")
Scala SBT
libraryDependencies += "org.checkerframework.annotatedlib" % "bcel" % "6.2.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.checkerframework.annotatedlib', module='bcel', version='6.2.0.2')
)
Apache Ivy
<dependency org="org.checkerframework.annotatedlib" name="bcel" rev="6.2.0.2" />
Leiningen
[org.checkerframework.annotatedlib/bcel "6.2.0.2"]
Apache Buildr
'org.checkerframework.annotatedlib:bcel:jar:6.2.0.2'
Dependencies
The project has no third-party dependencies