c

calcite-mongodb

MongoDB adapter for Calcite
Files download
File Operation
calcite-mongodb-1.1.0-incubating.jar download
calcite-mongodb-1.1.0-incubating.pom download
calcite-mongodb-1.1.0-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.calcite</groupId>
  <artifactId>calcite-mongodb</artifactId>
  <version>1.1.0-incubating</version>
</dependency>
Gradle Groovy
implementation 'org.apache.calcite:calcite-mongodb:1.1.0-incubating'
Gradle Kotlin
implementation("org.apache.calcite:calcite-mongodb:1.1.0-incubating")
Scala SBT
libraryDependencies += "org.apache.calcite" % "calcite-mongodb" % "1.1.0-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.calcite', module='calcite-mongodb', version='1.1.0-incubating')
)
Apache Ivy
<dependency org="org.apache.calcite" name="calcite-mongodb" rev="1.1.0-incubating" />
Leiningen
[org.apache.calcite/calcite-mongodb "1.1.0-incubating"]
Apache Buildr
'org.apache.calcite:calcite-mongodb:jar:1.1.0-incubating'