MVN

io.github.h8000572003 : commons

Maven & Gradle

Aug 11, 2022
1 stars

io.github.h8000572003:commons · commons utils

<dependency>
    <groupId>io.github.h8000572003</groupId>
    <artifactId>commons</artifactId>
    <version>0.3.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.3.9

All Versions

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

Version Vulnerabilities Updated
0.3.x
commons-0.3.9
commons-0.3.8
commons-0.3.7
commons-0.3.6
commons-0.3.5
commons-0.3.4
commons-0.3.3
commons-0.3.2
commons-0.3.1
0.2.x
commons-0.2.9
commons-0.2.8
commons-0.2.7
commons-0.2.5
commons-0.2.4
commons-0.2.3
commons-0.2.2
commons-0.2.1
commons-0.2.0
0.1.x
commons-0.1.9
commons-0.1.8
commons-0.1.7
commons-0.1.6
commons-0.1.5
commons-0.1.4
commons-0.1.3
commons-0.1.2
commons-0.1.1
commons-0.1.0
0.0.x
commons-0.0.9
commons-0.0.8
commons-0.0.7.4
commons-0.0.7.2
commons-0.0.7.1
commons-0.0.7
commons-0.0.6
commons-0.0.5
commons-0.0.4
commons-0.0.3
commons-0.0.2
commons-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.h8000572003</groupId>
    <artifactId>commons</artifactId>
    <version>0.3.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.h8000572003:commons:0.3.9'

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

implementation("io.github.h8000572003:commons:0.3.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.h8000572003" % "commons" % "0.3.9"

Advertisement