<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-server</artifactId>
<version>1.15.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-server', version='1.15.0')
)
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.15.0</version> </parent>
compile
|-- org.apache.calcite.avatica:avatica-core
|-- org.apache.calcite:calcite-core
|-- org.apache.calcite:calcite-linq4j
test
|-- org.apache.calcite:calcite-core
|-- net.hydromatic:scott-data-hsqldb
|-- org.hamcrest:hamcrest-core
|-- junit:junit