| Categories | CategoriesCSV Data Data Formats | 
|---|---|
| GroupId | GroupIdorg.apache.calcite | 
| ArtifactId | ArtifactIdcalcite-example-csv | 
| Version | Version1.1.0-incubating | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-example-csv/ -->
<dependency>
    <groupId>org.apache.calcite</groupId>
    <artifactId>calcite-example-csv</artifactId>
    <version>1.1.0-incubating</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.calcite/calcite-example-csv/
implementation 'org.apache.calcite:calcite-example-csv:1.1.0-incubating'// https://jarcasting.com/artifacts/org.apache.calcite/calcite-example-csv/
implementation ("org.apache.calcite:calcite-example-csv:1.1.0-incubating")'org.apache.calcite:calcite-example-csv:jar:1.1.0-incubating'<dependency org="org.apache.calcite" name="calcite-example-csv" rev="1.1.0-incubating">
  <artifact name="calcite-example-csv" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.calcite', module='calcite-example-csv', version='1.1.0-incubating')
)libraryDependencies += "org.apache.calcite" % "calcite-example-csv" % "1.1.0-incubating"[org.apache.calcite/calcite-example-csv "1.1.0-incubating"]