MVN

io.github.arjunarisang : commonlib

Maven & Gradle

Feb 15, 2022
59.1k stars

commonlib · KLC2 Common Library by Unggul Hasan Muhammad

<dependency>
    <groupId>io.github.arjunarisang</groupId>
    <artifactId>commonlib</artifactId>
    <version>1.1.5-2.5.8-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.5-2.5.8-RELEASE

All Versions

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

Version Vulnerabilities Updated
1.1.x
commonlib-1.1.5-2.5.8-RELEASE
commonlib-1.1.4-2.5.8-RELEASE
commonlib-1.1.3-2.3.11-RELEASE
commonlib-1.1.2-2.3.11-RELEASE
commonlib-1.1.1-2.3.11-RELEASE
commonlib-1.1.0-2.3.11-RELEASE
1.0.x
commonlib-1.0.2-2.3.5-RELEASE
commonlib-1.0.1-2.3.5-RELEASE
commonlib-1.0.0-2.3.5-RELEASE
0.0.x
commonlib-0.0.3-2.3.9-RELEASE
commonlib-0.0.2-2.3.9-RELEASE
commonlib-0.0.1-2.3.9-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.arjunarisang</groupId>
    <artifactId>commonlib</artifactId>
    <version>1.1.5-2.5.8-RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.arjunarisang:commonlib:1.1.5-2.5.8-RELEASE'

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

implementation("io.github.arjunarisang:commonlib:1.1.5-2.5.8-RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.arjunarisang" % "commonlib" % "1.1.5-2.5.8-RELEASE"

Advertisement