is not current version
Last Version 1.30.0

org.apache.calcite:calcite-mongodb 1.1.0-incubating

MongoDB adapter for Calcite

Categories

Categories

MongoDB Data Databases
GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-mongodb
Version

Version

1.1.0-incubating
Type

Type

jar

Download calcite-mongodb 1.1.0-incubating


<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-mongodb</artifactId>
    <version>1.1.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/
implementation 'org.apache.calcite:calcite-mongodb:1.1.0-incubating'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/
implementation ("org.apache.calcite:calcite-mongodb:1.1.0-incubating")
'org.apache.calcite:calcite-mongodb:jar:1.1.0-incubating'
<dependency org="org.apache.calcite" name="calcite-mongodb" rev="1.1.0-incubating">
  <artifact name="calcite-mongodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-mongodb', version='1.1.0-incubating')
)
libraryDependencies += "org.apache.calcite" % "calcite-mongodb" % "1.1.0-incubating"
[org.apache.calcite/calcite-mongodb "1.1.0-incubating"]