File | Operation |
---|---|
calcite-1.1.0-incubating.pom | download |
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite</artifactId>
<version>1.1.0-incubating</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite', version='1.1.0-incubating')
)
<parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>16</version> </parent>
compile
|-- commons-dbcp:commons-dbcp:1.4
|-- com.fasterxml.jackson.core:jackson-databind:2.1.1
|-- com.google.guava:guava:11.0.2
|-- net.hydromatic:eigenbase-properties:1.1.5
|-- org.codehaus.janino:janino:2.7.6
|-- org.codehaus.janino:commons-compiler:2.7.6
test
|-- junit:junit:4.11
|-- mysql:mysql-connector-java:5.1.20
|-- net.hydromatic:foodmart-data-hsqldb:0.3