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