<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-cassandra</artifactId>
<version>1.13.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-cassandra', version='1.13.0')
)
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.13.0</version> </parent>
compile
|-- org.apache.calcite.avatica:avatica-core
|-- org.apache.calcite:calcite-core
|-- org.apache.calcite:calcite-linq4j
|-- com.datastax.cassandra:cassandra-driver-core
test
|-- org.apache.calcite:calcite-core
|-- junit:junit