MVN

net.badbird5907 : bLib-Common

Maven & Gradle

Jul 27, 2022
2 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 Updated
  • bLib-Common-2.1.9-REL

    Jul 27, 2022
  • bLib-Common-2.1.8-REL

    Jun 12, 2022
  • bLib-Common-2.1.7-REL

    Jun 09, 2022
  • bLib-Common-2.1.6-REL

    Jun 09, 2022
  • bLib-Common-2.1.4-REL

    Jun 07, 2022
  • bLib-Common-2.1.3-REL

    Dec 04, 2021
  • bLib-Common-2.1.2-REL

    Oct 23, 2021
  • bLib-Common-2.1.0-REL

    Aug 29, 2021
  • bLib-Common-2.0.1-REL

    Aug 20, 2021
  • bLib-Common-2.0.0-REL

    Aug 17, 2021
  • bLib-Common-1.0.1-REL

    Jul 28, 2021
  • bLib-Common-1.0.0-REL

    Jul 27, 2021

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"