c

calcite-core

Core Calcite APIs and engine.
Files download
File Operation
calcite-core-0.9.2-incubating.jar download
calcite-core-0.9.2-incubating.pom download
calcite-core-0.9.2-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.calcite</groupId>
  <artifactId>calcite-core</artifactId>
  <version>0.9.2-incubating</version>
</dependency>
Gradle Groovy
implementation 'org.apache.calcite:calcite-core:0.9.2-incubating'
Gradle Kotlin
implementation("org.apache.calcite:calcite-core:0.9.2-incubating")
Scala SBT
libraryDependencies += "org.apache.calcite" % "calcite-core" % "0.9.2-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.calcite', module='calcite-core', version='0.9.2-incubating')
)
Apache Ivy
<dependency org="org.apache.calcite" name="calcite-core" rev="0.9.2-incubating" />
Leiningen
[org.apache.calcite/calcite-core "0.9.2-incubating"]
Apache Buildr
'org.apache.calcite:calcite-core:jar:0.9.2-incubating'