| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdcom.github.nomou |
| ArtifactId | ArtifactIdspreadsheet-csv |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
Descriptionspreadsheet-csv
a simple streaming spreadsheet for CSV
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| spreadsheet-csv-1.0.1.pom | |
| spreadsheet-csv-1.0.1.jar | 17 KB |
| spreadsheet-csv-1.0.1-sources.jar | 13 KB |
| spreadsheet-csv-1.0.1-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-csv/ -->
<dependency>
<groupId>com.github.nomou</groupId>
<artifactId>spreadsheet-csv</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-csv/
implementation 'com.github.nomou:spreadsheet-csv:1.0.1'
// https://jarcasting.com/artifacts/com.github.nomou/spreadsheet-csv/
implementation ("com.github.nomou:spreadsheet-csv:1.0.1")
'com.github.nomou:spreadsheet-csv:jar:1.0.1'
<dependency org="com.github.nomou" name="spreadsheet-csv" rev="1.0.1">
<artifact name="spreadsheet-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='spreadsheet-csv', version='1.0.1')
)
libraryDependencies += "com.github.nomou" % "spreadsheet-csv" % "1.0.1"
[com.github.nomou/spreadsheet-csv "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.nomou : spreadsheet-api | jar | 1.0.1 |
| org.slf4j : slf4j-api Optional | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |