Download calcite-core-1.13.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.13.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials