MVN

io.github.nobodynext : JavaLibDev

Maven & Gradle

Dec 23, 2021

JavaLibDev · A concise description of my library

<dependency>
    <groupId>io.github.nobodynext</groupId>
    <artifactId>JavaLibDev</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nobodynext : JavaLibDev to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of io.github.nobodynext : JavaLibDev to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.7
JavaLibDev-v1.7
v1.6
JavaLibDev-v1.6
v1.5
JavaLibDev-v1.5
v1.4
JavaLibDev-v1.4
v1.2
JavaLibDev-v1.2
1.9
JavaLibDev-1.9
1.8
JavaLibDev-1.8
1.7
JavaLibDev-1.7

How to add a dependency to Maven

Add the following io.github.nobodynext : JavaLibDev maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nobodynext</groupId>
    <artifactId>JavaLibDev</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nobodynext : JavaLibDev gradle dependency to your build.gradle file:

implementation 'io.github.nobodynext:JavaLibDev:1.9'

Gradle Kotlin DSL: Add the following io.github.nobodynext : JavaLibDev gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nobodynext:JavaLibDev:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nobodynext : JavaLibDev sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nobodynext" % "JavaLibDev" % "1.9"