MVN

net.imadz : bcel

Maven & Gradle

Jul 11, 2015
0 stars

bcel · Fork from apache common bcel 6.0-SNAPSHOT project. Since nobody is maintaining BCEL project so far, and Lifecycle AOP project depends on BCEL 6.0 apis, so iMadz releases net.imadz version BCEL 6.0 internally. DO NOT USE it unless you tested all the 6.0 related apis you need. net.imadz will not be responsible for maintaining this library.

<dependency>
    <groupId>net.imadz</groupId>
    <artifactId>bcel</artifactId>
    <version>0.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.imadz : bcel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0

All Versions

Choose a version of net.imadz : bcel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
bcel-0.6.0

How to add a dependency to Maven

Add the following net.imadz : bcel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.imadz</groupId>
    <artifactId>bcel</artifactId>
    <version>0.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.imadz : bcel gradle dependency to your build.gradle file:

implementation 'net.imadz:bcel:0.6.0'

Gradle Kotlin DSL: Add the following net.imadz : bcel gradle kotlin dependency to your build.gradle.kts file:

implementation("net.imadz:bcel:0.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.imadz : bcel sbt scala dependency to your build.sbt file:

libraryDependencies += "net.imadz" % "bcel" % "0.6.0"