How to install the Java artifact io.zipkin.zipkin2.zipkin-storage-cassandra with Maven
Java
Maven
pom.xml
io.zipkin.zipkin2
zipkin-storage-cassandra
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.zipkin.zipkin2</groupId>
<artifactId>zipkin-storage-cassandra</artifactId>
<version>2.23.2</version>
</dependency>
/dependencies>