MVN

net.badbird5907 : bLib-Common

Maven & Gradle

Jul 27, 2022
5 stars
<dependency>
    <groupId>net.badbird5907</groupId>
    <artifactId>bLib-Common</artifactId>
    <version>2.1.9-REL</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.9-REL

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement