# cassandra-quarkus **Repository Path**: mirrors_datastax/cassandra-quarkus ## Basic Information - **Project Name**: cassandra-quarkus - **Description**: An Apache Cassandra(R) extension for Quarkus - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = Quarkus extension for Apache Cassandra® image::https://maven-badges.herokuapp.com/maven-central/com.datastax.oss.quarkus/cassandra-quarkus-client/badge.svg[] An Apache Cassandra(R) extension for Quarkus. == Getting the extension The extension artifact is published in Maven central, under the group id link:http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datastax.oss%22.quarkus%22[com.datastax.oss.quarkus]: [source,xml] ---- com.datastax.oss.quarkus cassandra-quarkus-client ${cassandra-quarkus.version} ---- == Compatibility The extension is compatible with Quarkus version `3.25.0` and higher. Quarkus [requires Java17 or greater](https://quarkus.io/blog/java-17/) since Quarkus 3.7 so this project does as well. Quarkus 3.x requires at least Maven version `3.8.2` or higher to build correctly (see [Quarkus3 notes](https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0#maven-versions)). == Useful links * link:quickstart/README.adoc[Quickstart guide] * Bug tracking: link:https://github.com/datastax/cassandra-quarkus/issues[Issues] * Quarkus link:https://groups.google.com/forum/#!forum/quarkus-dev[Mailing list] * link:changelog/[Changelog] == License © DataStax, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. DataStax is a registered trademark of DataStax, Inc. and its subsidiaries in the United States and/or other countries. Apache Cassandra, Apache, Tomcat, Lucene, Solr, Hadoop, Spark, TinkerPop, and Cassandra are trademarks of the [Apache Software Foundation](http://www.apache.org/) or its subsidiaries in Canada, the United States and/or other countries.