MVN

com.scalar-labs : scalardb-cluster-common

Maven & Gradle

Dec 26, 2023

ScalarDB Cluster Common · ScalarDB Cluster Common libraries

<dependency>
    <groupId>com.scalar-labs</groupId>
    <artifactId>scalardb-cluster-common</artifactId>
    <version>3.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scalar-labs : scalardb-cluster-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.11.0

All Versions

Choose a version of com.scalar-labs : scalardb-cluster-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.11.x
scalardb-cluster-common-3.11.0

How to add a dependency to Maven

Add the following com.scalar-labs : scalardb-cluster-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scalar-labs</groupId>
    <artifactId>scalardb-cluster-common</artifactId>
    <version>3.11.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scalar-labs : scalardb-cluster-common gradle dependency to your build.gradle file:

implementation 'com.scalar-labs:scalardb-cluster-common:3.11.0'

Gradle Kotlin DSL: Add the following com.scalar-labs : scalardb-cluster-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scalar-labs:scalardb-cluster-common:3.11.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scalar-labs : scalardb-cluster-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scalar-labs" % "scalardb-cluster-common" % "3.11.0"

Advertisement