How to install the Java artifact io.stargate.db.persistence-common with Maven
Java
Maven
pom.xml
io.stargate.db
persistence-common
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>io.stargate.db</groupId>
<artifactId>persistence-common</artifactId>
<version>1.0.2</version>
</dependency>
/dependencies>