A driver for Apache Cassandra(R) 2.1+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's native protocol versions 3 and above.
<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
<version>4.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a CqlSession and executes a simple query against a Cassandra cluster.
Refer to the official migration guide: https://docs.datastax.com/en/developer/java-driver/4.0/upgrade_guide/
No dependency data recorded yet.