c

calcite-mongodb

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