is not current version
Last Version 1.21.0

org.apache.calcite:calcite-example-function 1.6.0

Examples of user-defined Calcite functions

GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-example-function
Version

Version

1.6.0
Type

Type

jar

Download calcite-example-function 1.6.0


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