This is a fork of the OpenCSV project on SourceForge.
The openrefine-2.6 branch contains the patched version of OpenCSV that was included with the OpenRefine 2.6 release.
License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats opencsv |
GroupId | GroupIdorg.openrefine.dependencies |
ArtifactId | ArtifactIdopencsv-multichar |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopencsv
A simple library for reading and writing CSV in Java, with multicharacter separator support.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opencsv-multichar-2.4.pom | |
opencsv-multichar-2.4.jar | 26 KB |
opencsv-multichar-2.4-sources.jar | 21 KB |
opencsv-multichar-2.4-javadoc.jar | 480 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.openrefine.dependencies/opencsv-multichar/ -->
<dependency>
<groupId>org.openrefine.dependencies</groupId>
<artifactId>opencsv-multichar</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.openrefine.dependencies/opencsv-multichar/
implementation 'org.openrefine.dependencies:opencsv-multichar:2.4'
// https://jarcasting.com/artifacts/org.openrefine.dependencies/opencsv-multichar/
implementation ("org.openrefine.dependencies:opencsv-multichar:2.4")
'org.openrefine.dependencies:opencsv-multichar:jar:2.4'
<dependency org="org.openrefine.dependencies" name="opencsv-multichar" rev="2.4">
<artifact name="opencsv-multichar" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openrefine.dependencies', module='opencsv-multichar', version='2.4')
)
libraryDependencies += "org.openrefine.dependencies" % "opencsv-multichar" % "2.4"
[org.openrefine.dependencies/opencsv-multichar "2.4"]
This is a fork of the OpenCSV project on SourceForge.
The openrefine-2.6 branch contains the patched version of OpenCSV that was included with the OpenRefine 2.6 release.