| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCSV Данные Data Formats |
| Группа | Группаcom.linkedin.calcite |
| Идентификатор | Идентификаторcalcite-example-csv |
| Версия | Версия1.21.0.150 |
| Тип | Типjar |
| Описание |
ОписаниеCalcite Example CSV
An example Calcite provider that reads CSV files
|
| Организация-разработчик |
Организация-разработчик |
<!-- 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.150</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example-csv/
implementation 'com.linkedin.calcite:calcite-example-csv:1.21.0.150'
// https://jarcasting.com/artifacts/com.linkedin.calcite/calcite-example-csv/
implementation ("com.linkedin.calcite:calcite-example-csv:1.21.0.150")
'com.linkedin.calcite:calcite-example-csv:jar:1.21.0.150'
<dependency org="com.linkedin.calcite" name="calcite-example-csv" rev="1.21.0.150">
<artifact name="calcite-example-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.calcite', module='calcite-example-csv', version='1.21.0.150')
)
libraryDependencies += "com.linkedin.calcite" % "calcite-example-csv" % "1.21.0.150"
[com.linkedin.calcite/calcite-example-csv "1.21.0.150"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.linkedin.calcite : calcite-core | jar | 1.21.0.150 |
| com.linkedin.calcite : calcite-linq4j | jar | 1.21.0.150 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.9.9 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.8 |
| com.google.guava : guava | jar | 19.0 |
| net.sf.opencsv : opencsv | jar | 2.3 |
| org.apache.calcite.avatica : avatica-core | jar | 1.15.0 |
| org.apache.commons : commons-lang3 | jar | 3.8 |
| commons-io : commons-io | jar | 2.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.linkedin.calcite : calcite-core | test-jar | 1.21.0.150 |
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| sqlline : sqlline | jar | 1.8.0 |