License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdio.github.pelletier197 |
ArtifactId | ArtifactIdcsv-core |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionKotlin stream CSV core
A kotlin and java CSV parser that uses the power of kotlin DSL to simplify parsing and error handling compared to existing solutions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
csv-core-2.1.0.pom | |
csv-core-2.1.0-sources.jar | 1 KB |
csv-core-2.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/ -->
<dependency>
<groupId>io.github.pelletier197</groupId>
<artifactId>csv-core</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/
implementation 'io.github.pelletier197:csv-core:2.1.0'
// https://jarcasting.com/artifacts/io.github.pelletier197/csv-core/
implementation ("io.github.pelletier197:csv-core:2.1.0")
'io.github.pelletier197:csv-core:pom:2.1.0'
<dependency org="io.github.pelletier197" name="csv-core" rev="2.1.0">
<artifact name="csv-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pelletier197', module='csv-core', version='2.1.0')
)
libraryDependencies += "io.github.pelletier197" % "csv-core" % "2.1.0"
[io.github.pelletier197/csv-core "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.31 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.31 |