| License |
License |
|---|---|
| Categories |
CategoriesCSV Data Data Formats |
| GroupId | GroupIdcom.github.nbbrd.picocsv |
| ArtifactId | ArtifactIdpicocsv |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionpicocsv
Lightweight CSV library for Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| picocsv-2.1.0.pom | |
| picocsv-2.1.0.jar | 26 KB |
| picocsv-2.1.0-sources.jar | 10 KB |
| picocsv-2.1.0-javadoc.jar | 437 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nbbrd.picocsv/picocsv/ -->
<dependency>
<groupId>com.github.nbbrd.picocsv</groupId>
<artifactId>picocsv</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nbbrd.picocsv/picocsv/
implementation 'com.github.nbbrd.picocsv:picocsv:2.1.0'
// https://jarcasting.com/artifacts/com.github.nbbrd.picocsv/picocsv/
implementation ("com.github.nbbrd.picocsv:picocsv:2.1.0")
'com.github.nbbrd.picocsv:picocsv:jar:2.1.0'
<dependency org="com.github.nbbrd.picocsv" name="picocsv" rev="2.1.0">
<artifact name="picocsv" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nbbrd.picocsv', module='picocsv', version='2.1.0')
)
libraryDependencies += "com.github.nbbrd.picocsv" % "picocsv" % "2.1.0"
[com.github.nbbrd.picocsv/picocsv "2.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | |
| org.junit.jupiter : junit-jupiter | jar | |
| org.junit.jupiter : junit-jupiter-params | jar | |
| org.assertj : assertj-core | jar | 3.21.0 |
| org.openjdk.jmh : jmh-core | jar | |
| org.openjdk.jmh : jmh-generator-annprocess | jar | |
| de.siegmar : fastcsv | jar | 2.0.0 |
| org.apache.commons : commons-text | jar | 1.9 |