Download calcite-example-csv-1.13.0.jar file - Jar c

Jar examples for c:calcite-example-csv

Description

An example Calcite provider that reads CSV files

You can download jar file calcite-example-csv 1.13.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

calcite-example-csv-1.13.0-javadoc.jar
calcite-example-csv-1.13.0-sources.jar
calcite-example-csv-1.13.0-test-sources.jar
calcite-example-csv-1.13.0.jar
calcite-example-csv-1.13.0.pom



Related Tutorials