Categories |
CategoriesCSV Data Data Formats |
---|---|
GroupId | GroupIdorg.apache.calcite |
ArtifactId | ArtifactIdcalcite-csv |
Version | Version1.24.0 |
Type | Typejar |
Filename | Size |
---|---|
calcite-csv-1.24.0.pom | |
calcite-csv-1.24.0.jar | 47 KB |
calcite-csv-1.24.0-sources.jar | 31 KB |
calcite-csv-1.24.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.calcite/calcite-csv/ -->
<dependency>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-csv</artifactId>
<version>1.24.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-csv/
implementation 'org.apache.calcite:calcite-csv:1.24.0'
// https://jarcasting.com/artifacts/org.apache.calcite/calcite-csv/
implementation ("org.apache.calcite:calcite-csv:1.24.0")
'org.apache.calcite:calcite-csv:jar:1.24.0'
<dependency org="org.apache.calcite" name="calcite-csv" rev="1.24.0">
<artifact name="calcite-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.calcite', module='calcite-csv', version='1.24.0')
)
libraryDependencies += "org.apache.calcite" % "calcite-csv" % "1.24.0"
[org.apache.calcite/calcite-csv "1.24.0"]