License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats opencsv |
GroupId | GroupIdcom.opencsv |
ArtifactId | ArtifactIdopencsv |
Last Version | Last Version5.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionopencsv
A simple library for reading and writing CSV in Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
opencsv-5.6.pom | |
opencsv-5.6.jar | 208 KB |
opencsv-5.6-sources.jar | 237 KB |
opencsv-5.6-javadoc.jar | 815 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opencsv/opencsv/ -->
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.opencsv/opencsv/
implementation 'com.opencsv:opencsv:5.6'
// https://jarcasting.com/artifacts/com.opencsv/opencsv/
implementation ("com.opencsv:opencsv:5.6")
'com.opencsv:opencsv:jar:5.6'
<dependency org="com.opencsv" name="opencsv" rev="5.6">
<artifact name="opencsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opencsv', module='opencsv', version='5.6')
)
libraryDependencies += "com.opencsv" % "opencsv" % "5.6"
[com.opencsv/opencsv "5.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-text | jar | 1.9 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 3.12.4 |
org.spockframework : spock-core | jar | 2.0-groovy-3.0 |
cglib : cglib-nodep | jar | 3.3.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |