MVN

net.bndy : lib

Maven & Gradle

Apr 08, 2018
2 usages
0 stars

Jlib · A Java Library

<dependency>
    <groupId>net.bndy</groupId>
    <artifactId>lib</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bndy : lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of net.bndy : lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lib-1.0.9
lib-1.0.8
lib-1.0.7
lib-1.0.6
lib-1.0.5
lib-1.0.4
lib-1.0.3
lib-1.0.2
lib-1.0.1
1.0
lib-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.bndy</groupId>
    <artifactId>lib</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.bndy : lib gradle dependency to your build.gradle file:

implementation 'net.bndy:lib:1.0.9'

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

implementation("net.bndy:lib:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.bndy : lib sbt scala dependency to your build.sbt file:

libraryDependencies += "net.bndy" % "lib" % "1.0.9"

Advertisement

Dependencies from Group

lib
Apr 08, 2018
2 usages
0 stars
Nov 14, 2018
1 usages
1 stars
Aug 28, 2018
1 usages
0 stars
Jul 03, 2018
0 stars
May 05, 2018
0 stars

Discover Dependencies