MVN

org.plumelib : bcel-util

Maven & Gradle

May 16, 2023
1 usages
6 stars

Plume-lib Bcel-Util · Utility functions for BCEL.

<dependency>
    <groupId>org.plumelib</groupId>
    <artifactId>bcel-util</artifactId>
    <version>1.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.plumelib : bcel-util to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.2

All Versions

Choose a version of org.plumelib : bcel-util to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bcel-util-1.2.2
bcel-util-1.2.1
bcel-util-1.2.0
1.1.x
bcel-util-1.1.16
bcel-util-1.1.15
bcel-util-1.1.14
bcel-util-1.1.13
bcel-util-1.1.12
bcel-util-1.1.11
bcel-util-1.1.10
bcel-util-1.1.9
bcel-util-1.1.8
bcel-util-1.1.7
bcel-util-1.1.6
bcel-util-1.1.5
bcel-util-1.1.4
bcel-util-1.1.3
bcel-util-1.1.2
bcel-util-1.1.1
1.0.x
bcel-util-1.0.0
0.0.x
bcel-util-0.0.9
bcel-util-0.0.8
bcel-util-0.0.7
bcel-util-0.0.6
bcel-util-0.0.5
bcel-util-0.0.4
bcel-util-0.0.3
bcel-util-0.0.2

How to add a dependency to Maven

Add the following org.plumelib : bcel-util maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.plumelib</groupId>
    <artifactId>bcel-util</artifactId>
    <version>1.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.plumelib : bcel-util gradle dependency to your build.gradle file:

implementation 'org.plumelib:bcel-util:1.2.2'

Gradle Kotlin DSL: Add the following org.plumelib : bcel-util gradle kotlin dependency to your build.gradle.kts file:

implementation("org.plumelib:bcel-util:1.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.plumelib : bcel-util sbt scala dependency to your build.sbt file:

libraryDependencies += "org.plumelib" % "bcel-util" % "1.2.2"

Advertisement