| License | License | 
|---|---|
| Categories | CategoriesMongoDB Data Databases | 
| GroupId | GroupIdorg.apache.calcite | 
| ArtifactId | ArtifactIdcalcite-mongodb | 
| Last Version | Last Version1.30.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionCalcite MongoDB MongoDB adapter for Calcite | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| calcite-mongodb-1.30.0.pom | |
| calcite-mongodb-1.30.0.jar | 56 KB | 
| calcite-mongodb-1.30.0-sources.jar | 32 KB | 
| calcite-mongodb-1.30.0-javadoc.jar | 75 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-mongodb</artifactId>
    <version>1.30.0</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/
implementation 'org.apache.calcite:calcite-mongodb:1.30.0'// https://jarcasting.com/artifacts/org.apache.calcite/calcite-mongodb/
implementation ("org.apache.calcite:calcite-mongodb:1.30.0")'org.apache.calcite:calcite-mongodb:jar:1.30.0'<dependency org="org.apache.calcite" name="calcite-mongodb" rev="1.30.0">
  <artifact name="calcite-mongodb" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.calcite', module='calcite-mongodb', version='1.30.0')
)libraryDependencies += "org.apache.calcite" % "calcite-mongodb" % "1.30.0"[org.apache.calcite/calcite-mongodb "1.30.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.calcite : calcite-core | jar | 1.30.0 | 
| org.apache.calcite : calcite-linq4j | jar | 1.30.0 | 
| com.google.guava : guava | jar | 29.0-jre | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.calcite.avatica : avatica-core | jar | 1.20.0 | 
| org.mongodb : mongo-java-driver | jar | 3.10.2 | 
