<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-mongodb</artifactId>
<version>1.15.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-mongodb', version='1.15.0')
)
<parent> <groupId>org.apache.calcite</groupId> <artifactId>calcite</artifactId> <version>1.15.0</version> </parent>
compile
|-- org.apache.calcite:calcite-core
|-- org.apache.calcite:calcite-linq4j
|-- org.mongodb:mongo-java-driver
test
|-- org.apache.calcite:calcite-core
|-- junit:junit