| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCSV Данные Data Formats |
| Группа | Группаcom.github.nomou.spreadsheet |
| Идентификатор | Идентификаторspreadsheet-csv |
| Версия | Версия1.0.4 |
| Тип | Типjar |
| Описание |
Описаниеspreadsheet-csv
a simple streaming spreadsheet for CSV
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| spreadsheet-csv-1.0.4.pom | |
| spreadsheet-csv-1.0.4.jar | 17 KB |
| spreadsheet-csv-1.0.4-sources.jar | 14 KB |
| spreadsheet-csv-1.0.4-javadoc.jar | 30 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-csv/ -->
<dependency>
<groupId>com.github.nomou.spreadsheet</groupId>
<artifactId>spreadsheet-csv</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-csv/
implementation 'com.github.nomou.spreadsheet:spreadsheet-csv:1.0.4'
// https://jarcasting.com/artifacts/com.github.nomou.spreadsheet/spreadsheet-csv/
implementation ("com.github.nomou.spreadsheet:spreadsheet-csv:1.0.4")
'com.github.nomou.spreadsheet:spreadsheet-csv:jar:1.0.4'
<dependency org="com.github.nomou.spreadsheet" name="spreadsheet-csv" rev="1.0.4">
<artifact name="spreadsheet-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou.spreadsheet', module='spreadsheet-csv', version='1.0.4')
)
libraryDependencies += "com.github.nomou.spreadsheet" % "spreadsheet-csv" % "1.0.4"
[com.github.nomou.spreadsheet/spreadsheet-csv "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.nomou.spreadsheet : spreadsheet-api | jar | 1.0.4 |
| org.slf4j : slf4j-api Необязательный | jar | 1.7.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |