CSV Plugin for Tiny Container
This Tiny Container plugin provides CSV view for export and arguments reader for CSV import. Current implementation is based on CSV API reference implementation.
License |
License
The Apache License, Version 2.0
|
---|---|
Categories |
CategoriesJavaScript Languages CSV Data Data Formats |
GroupId | GroupIdcom.js-lib |
ArtifactId | ArtifactIdjs-csv |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCSV Plugin for Tiny Container
CSV view for export and arguments reader for CSV import.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
js-csv-1.3.0.pom | |
js-csv-1.3.0.jar | 9 KB |
js-csv-1.3.0-sources.jar | 7 KB |
js-csv-1.3.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-csv/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-csv</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-csv/
implementation 'com.js-lib:js-csv:1.3.0'
// https://jarcasting.com/artifacts/com.js-lib/js-csv/
implementation ("com.js-lib:js-csv:1.3.0")
'com.js-lib:js-csv:jar:1.3.0'
<dependency org="com.js-lib" name="js-csv" rev="1.3.0">
<artifact name="js-csv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-csv', version='1.3.0')
)
libraryDependencies += "com.js-lib" % "js-csv" % "1.3.0"
[com.js-lib/js-csv "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.js-lib : tiny-container | jar | 1.3.0 |
com.js-lib : js-csv-impl | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
This Tiny Container plugin provides CSV view for export and arguments reader for CSV import. Current implementation is based on CSV API reference implementation.