f

fluent-ssv

Fluent API to stream CSV, TSV and custom separated values files that are streamed with java beans(to POJOs)
https://github.com/CyborTronik/fluent-ssv
MIT License
Stanislav Trifan
Files download
File Operation
fluent-ssv-0.1.jar download
fluent-ssv-0.1.pom download
fluent-ssv-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.cybortronik</groupId>
  <artifactId>fluent-ssv</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.cybortronik:fluent-ssv:0.1'
Gradle Kotlin
implementation("com.github.cybortronik:fluent-ssv:0.1")
Scala SBT
libraryDependencies += "com.github.cybortronik" % "fluent-ssv" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.cybortronik', module='fluent-ssv', version='0.1')
)
Apache Ivy
<dependency org="com.github.cybortronik" name="fluent-ssv" rev="0.1" />
Leiningen
[com.github.cybortronik/fluent-ssv "0.1"]
Apache Buildr
'com.github.cybortronik:fluent-ssv:jar:0.1'