is not current version
Last Version 1.21.0.151

com.linkedin.calcite:calcite-example-csv 1.21.0.138

An example Calcite provider that reads CSV files

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.linkedin.calcite
ArtifactId

ArtifactId

calcite-example-csv
Version

Version

1.21.0.138
Type

Type

jar

Download calcite-example-csv 1.21.0.138


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