MVN

com.instaclustr : commons

Maven & Gradle

Feb 17, 2022
1 usages
1 stars

Instaclustr commons · Common classes and utilities integrated with various projects

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

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

Version Vulnerabilities Updated
1.5.x
commons-1.5.0
1.4.x
commons-1.4.9
commons-1.4.8
commons-1.4.7
commons-1.4.6
commons-1.4.5
commons-1.4.4
commons-1.4.3
commons-1.4.2
commons-1.4.1
commons-1.4.0
1.3.x
commons-1.3.7
commons-1.3.6
commons-1.3.5
commons-1.3.4
commons-1.3.3
commons-1.3.2
commons-1.3.1
commons-1.3.0
1.2.x
commons-1.2.2
commons-1.2.1
commons-1.2.0
1.1.x
commons-1.1.0
1.0.x
commons-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.instaclustr</groupId>
    <artifactId>commons</artifactId>
    <version>1.5.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.instaclustr:commons:1.5.0'

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

implementation("com.instaclustr:commons:1.5.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.instaclustr" % "commons" % "1.5.0"

Advertisement