MVN

org.apache.calcite : calcite-geode

Maven & Gradle

Jul 21, 2023
4.3k stars

Calcite Geode · Geode adapter for Calcite

<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-geode</artifactId>
    <version>1.35.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.calcite : calcite-geode to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.35.0

All Versions

Choose a version of org.apache.calcite : calcite-geode to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.35.x
calcite-geode-1.35.0
1.34.x
calcite-geode-1.34.0
1.33.x
calcite-geode-1.33.0
1.32.x
calcite-geode-1.32.0
1.31.x
calcite-geode-1.31.0
1.30.x
calcite-geode-1.30.0
1.29.x
calcite-geode-1.29.0
1.28.x
calcite-geode-1.28.0
1.27.x
calcite-geode-1.27.0
1.26.x
calcite-geode-1.26.0
1.25.x
calcite-geode-1.25.0
1.24.x
calcite-geode-1.24.0
1.23.x
calcite-geode-1.23.0
1.22.x
calcite-geode-1.22.0
1.21.x
calcite-geode-1.21.0
1.20.x
calcite-geode-1.20.0
1.19.x
calcite-geode-1.19.0
1.18.x
calcite-geode-1.18.0
1.17.x
calcite-geode-1.17.0
1.16.x
calcite-geode-1.16.0

How to add a dependency to Maven

Add the following org.apache.calcite : calcite-geode maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-geode</artifactId>
    <version>1.35.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.calcite : calcite-geode gradle dependency to your build.gradle file:

implementation 'org.apache.calcite:calcite-geode:1.35.0'

Gradle Kotlin DSL: Add the following org.apache.calcite : calcite-geode gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.calcite:calcite-geode:1.35.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.calcite : calcite-geode sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.calcite" % "calcite-geode" % "1.35.0"

Advertisement