itto-csv


License

License

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

com.github.gekomad
ArtifactId

ArtifactId

itto-csv_2.12
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

itto-csv
itto-csv
Project URL

Project URL

https://github.com/gekomad/itto-csv
Project Organization

Project Organization

com.github.gekomad
Source Code Management

Source Code Management

https://github.com/gekomad/itto-csv

Download itto-csv_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gekomad/itto-csv_2.12/ -->
<dependency>
    <groupId>com.github.gekomad</groupId>
    <artifactId>itto-csv_2.12</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gekomad/itto-csv_2.12/
implementation 'com.github.gekomad:itto-csv_2.12:1.1.1'
// https://jarcasting.com/artifacts/com.github.gekomad/itto-csv_2.12/
implementation ("com.github.gekomad:itto-csv_2.12:1.1.1")
'com.github.gekomad:itto-csv_2.12:jar:1.1.1'
<dependency org="com.github.gekomad" name="itto-csv_2.12" rev="1.1.1">
  <artifact name="itto-csv_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gekomad', module='itto-csv_2.12', version='1.1.1')
)
libraryDependencies += "com.github.gekomad" % "itto-csv_2.12" % "1.1.1"
[com.github.gekomad/itto-csv_2.12 "1.1.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.9
org.typelevel : cats-core_2.12 jar 2.1.0
co.fs2 : fs2-core_2.12 jar 2.1.0
co.fs2 : fs2-io_2.12 jar 2.1.0
com.chuusai : shapeless_2.12 jar 2.3.3
com.github.gekomad : scala-regex-collection_2.12 jar 1.0.1

test (4)

Group / Artifact Type Version
com.storm-enroute : scalameter_2.12 jar 0.19
org.scalatest : scalatest_2.12 jar 3.2.0-M2
org.apache.commons : commons-csv jar 1.7
org.scalacheck : scalacheck_2.12 jar 1.14.3

Project Modules

There are no modules declared in this project.

Build Status codecov.io Javadocs Maven Central Cats friendly

Itto-CSV is a pure scala library for working with the CSV format

Add the library to your project

libraryDependencies += "com.github.gekomad" %% "itto-csv" % "1.1.1"

View microsite for more information.

Scaladoc API

Scala doc

Bugs and Feedback

For bugs, questions and discussions please use Github Issues.

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Versions

Version
1.1.1
1.1.0
1.0.0
1.0.0-RC2
1.0.0-RC1
0.1.0
0.0.3
0.0.2
0.0.1