<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
<version>1.2.0-incubating</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-core', version='1.2.0-incubating')
)
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.2.0-incubating</version> </parent>
compile
|-- org.apache.calcite:calcite-avatica
|-- org.apache.calcite:calcite-linq4j
|-- com.fasterxml.jackson.core:jackson-annotations
|-- com.fasterxml.jackson.core:jackson-core
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.google.code.findbugs:jsr305
|-- net.hydromatic:eigenbase-properties
|-- org.codehaus.janino:janino
|-- org.codehaus.janino:commons-compiler
|-- org.pentaho:pentaho-aggdesigner-algorithm
test
|-- org.apache.calcite:calcite-avatica-server
|-- junit:junit
|-- mysql:mysql-connector-java
|-- net.hydromatic:foodmart-data-hsqldb
|-- net.hydromatic:foodmart-queries