Apache Cassandra is a highly scalable distributed database that combines Dynamo's fully distributed design with Bigtable's ColumnFamily-based data model.
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-thrift</artifactId>
<version>3.11.19</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to Cassandra via Thrift and prints the server version.
Use the Cassandra Query Language (CQL) driver instead.
No dependency data recorded yet.