| License |
License
The Apache License, Version 2.0
|
|---|---|
| Categories |
CategoriesJavaScript Languages CSV Data Data Formats |
| GroupId | GroupIdcom.js-lib |
| ArtifactId | ArtifactIdjs-csv-impl |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj(s)-lib CSV
Reference implementation for j(s)-lib CSV API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| js-csv-impl-1.0.0.pom | |
| js-csv-impl-1.0.0.jar | 21 KB |
| js-csv-impl-1.0.0-sources.jar | 10 KB |
| js-csv-impl-1.0.0-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.js-lib/js-csv-impl/ -->
<dependency>
<groupId>com.js-lib</groupId>
<artifactId>js-csv-impl</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/js-csv-impl/
implementation 'com.js-lib:js-csv-impl:1.0.0'
// https://jarcasting.com/artifacts/com.js-lib/js-csv-impl/
implementation ("com.js-lib:js-csv-impl:1.0.0")
'com.js-lib:js-csv-impl:jar:1.0.0'
<dependency org="com.js-lib" name="js-csv-impl" rev="1.0.0">
<artifact name="js-csv-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='js-csv-impl', version='1.0.0')
)
libraryDependencies += "com.js-lib" % "js-csv-impl" % "1.0.0"
[com.js-lib/js-csv-impl "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.js-lib : js-csv-api | jar | 1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |