Download calcite-core-1.12.0.jar file - Jar c

Jar examples for c:calcite-core

Description

Core Calcite APIs and engine.

You can download jar file calcite-core 1.12.0 in this page.

License

Apache License

Build File

You can use the following script to add calcite-core-1.12.0.jar to your project.

<dependency>
   <groupId>org.apache.calcite</groupId>
   <artifactId>calcite-core</artifactId>
   <version>1.12.0</version>
</dependency>
compile group: 'org.apache.calcite', name: 'calcite-core', version: '1.12.0'
libraryDependencies += "org.apache.calcite" % "calcite-core" % "1.12.0"
<dependency org="org.apache.calcite" name="calcite-core" rev="1.12.0"/>
@Grapes(@Grab(group='org.apache.calcite', module='calcite-core', version='1.12.0'))
'org.apache.calcite:calcite-core:jar:1.12.0'

Download

Click the following link to download the jar file.

calcite-core-1.12.0-javadoc.jar
calcite-core-1.12.0-sources.jar
calcite-core-1.12.0-test-sources.jar
calcite-core-1.12.0-tests.jar
calcite-core-1.12.0.jar
calcite-core-1.12.0.pom



Related Tutorials