is not current version
Last Version 1.30.0

org.apache.calcite:calcite-csv 1.23.0

An example Calcite provider that reads CSV files

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.apache.calcite
ArtifactId

ArtifactId

calcite-csv
Version

Version

1.23.0
Type

Type

jar

Download calcite-csv 1.23.0


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