MVN

com.arpnetworking.commons : commons

Maven & Gradle

May 30, 2023
16 usages
1 stars

Common Library · Common utilities.

<dependency>
    <groupId>com.arpnetworking.commons</groupId>
    <artifactId>commons</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arpnetworking.commons : commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.arpnetworking.commons : commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
commons-3.0.0
2.0.x
commons-2.0.6
commons-2.0.5
commons-2.0.4
commons-2.0.3
commons-2.0.2
commons-2.0.1
1.20.x
commons-1.20.0
1.19.x
commons-1.19.0
1.18.x
commons-1.18.3
commons-1.18.2
commons-1.18.1
commons-1.18.0
1.17.x
commons-1.17.0
1.16.x
commons-1.16.1
commons-1.16.0
1.15.x
commons-1.15.3
commons-1.15.2
commons-1.15.1
commons-1.15.0
1.14.x
commons-1.14.0
1.13.x
commons-1.13.3
commons-1.13.2
commons-1.13.1
commons-1.13.0
1.12.x
commons-1.12.0
1.11.x
commons-1.11.0
1.10.x
commons-1.10.1
commons-1.10.0
1.9.x
commons-1.9.0
1.8.x
commons-1.8.0
1.7.x
commons-1.7.3
commons-1.7.2
commons-1.7.1
1.6.x
commons-1.6.0
1.4.x
commons-1.4.0
1.3.x
commons-1.3.0
1.2.x
commons-1.2.0
1.1.x
commons-1.1.1
commons-1.1.0
1.0.x
commons-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.arpnetworking.commons</groupId>
    <artifactId>commons</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arpnetworking.commons : commons gradle dependency to your build.gradle file:

implementation 'com.arpnetworking.commons:commons:3.0.0'

Gradle Kotlin DSL: Add the following com.arpnetworking.commons : commons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arpnetworking.commons:commons:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arpnetworking.commons : commons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arpnetworking.commons" % "commons" % "3.0.0"