MVN

net.badbird5907 : bLib

Maven & Gradle

Jul 27, 2022
5 stars

bLib

<dependency>
    <groupId>net.badbird5907</groupId>
    <artifactId>bLib</artifactId>
    <version>2.1.9-REL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.badbird5907 : bLib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.9-REL

All Versions

Choose a version of net.badbird5907 : bLib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
bLib-2.1.9-REL
bLib-2.1.8-REL
bLib-2.1.7-REL
bLib-2.1.6-REL
bLib-2.1.4-REL
bLib-2.1.3-REL
bLib-2.1.2-REL
bLib-2.1.0-REL
2.0.x
bLib-2.0.1-REL
bLib-2.0.0-REL
1.0.x
bLib-1.0.1-REL
bLib-1.0.0-REL

How to add a dependency to Maven

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

<dependency>
    <groupId>net.badbird5907</groupId>
    <artifactId>bLib</artifactId>
    <version>2.1.9-REL</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.badbird5907 : bLib gradle dependency to your build.gradle file:

implementation 'net.badbird5907:bLib:2.1.9-REL'

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

implementation("net.badbird5907:bLib:2.1.9-REL")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.badbird5907 : bLib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.badbird5907" % "bLib" % "2.1.9-REL"

Advertisement