MVN

org.apache.calcite : calcite-function

Maven & Gradle

Jul 21, 2023
4.3k stars

Calcite Example Function · Examples of user-defined Calcite functions

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

Latest Version

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

  • Latest Stable: 1.35.0

All Versions

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

Version Vulnerabilities Updated
1.35.x
calcite-function-1.35.0
1.34.x
calcite-function-1.34.0
1.33.x
calcite-function-1.33.0
1.32.x
calcite-function-1.32.0
1.31.x
calcite-function-1.31.0
1.30.x
calcite-function-1.30.0
1.29.x
calcite-function-1.29.0
1.28.x
calcite-function-1.28.0
1.27.x
calcite-function-1.27.0
1.26.x
calcite-function-1.26.0
1.25.x
calcite-function-1.25.0
1.24.x
calcite-function-1.24.0
1.23.x
calcite-function-1.23.0
1.22.x
calcite-function-1.22.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement

Dependencies from Group

Jul 21, 2023
219 usages
4.3k stars
Jul 21, 2023
126 usages
4.3k stars
Jan 19, 2016
52 usages
2.8k stars
Jul 21, 2023
12 usages
4.3k stars
Sep 06, 2019
9 usages
3.9k stars

Discover Dependencies