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