Skip to main content
Version: 3.4 (unsupported)

Add ScalarDB to your build

The library is available on maven central repository. You can install it in your application using your build tool such as Gradle and Maven.

To add a dependency on ScalarDB using Gradle, use the following:

dependencies {
implementation 'com.scalar-labs:scalardb:3.4.9'
}

To add a dependency using Maven:

<dependency>
<groupId>com.scalar-labs</groupId>
<artifactId>scalardb</artifactId>
<version>3.4.9</version>
</dependency>