This topic describes how to install and update the Cassandra client driver for Java to access Lindorm wide tables.

Maven dependency

You can use Datastax Java Driver to access Lindorm CQL. We recommend that you use Datastax Java Driver V3.7 or later versions. The following example shows how to add the dependency to your Maven project:

<dependency>
    <groupId>com.datastax.cassandra</groupId>
    <artifactId>cassandra-driver-core</artifactId>
    <version>3.8.0/version>
</dependency>
Note Some public libraries are introduced after you add the dependency. To prevent issues caused by dependency conflicts, test the dependency in a new project first.