f

file-stream

A Java lib to load big file in csv or simple text
https://github.com/DumiJDev/file-stream
MIT License
Dumildes Paulo Fernando
Files download
File Operation
file-stream-0.0.2.jar download
file-stream-0.0.2.pom download
file-stream-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.dumijdev</groupId>
  <artifactId>file-stream</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.dumijdev:file-stream:0.0.2'
Gradle Kotlin
implementation("io.github.dumijdev:file-stream:0.0.2")
Scala SBT
libraryDependencies += "io.github.dumijdev" % "file-stream" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.dumijdev', module='file-stream', version='0.0.2')
)
Apache Ivy
<dependency org="io.github.dumijdev" name="file-stream" rev="0.0.2" />
Leiningen
[io.github.dumijdev/file-stream "0.0.2"]
Apache Buildr
'io.github.dumijdev:file-stream:jar:0.0.2'