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