r

rd-lib-format

'rapiddweller Format' is an open source software library forked from Databene Formats by Volker Bergmann for supporting data file and other formats like CSV, fixed width files, XLS, Properties and Regex. It is designed for multithreaded use and high performance.
https://www.rapiddweller.com/opensource/rd-lib-format
Apache License 2.0
rapiddweller GmbH
Volker Bergmann Alexander Kell Peter Brinkhoff
Files download
File Operation
rd-lib-format-1.1.7-jdk-11.jar download
rd-lib-format-1.1.7-jdk-11.pom download
rd-lib-format-1.1.7-jdk-11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rapiddweller</groupId>
  <artifactId>rd-lib-format</artifactId>
  <version>1.1.7-jdk-11</version>
</dependency>
Gradle Groovy
implementation 'com.rapiddweller:rd-lib-format:1.1.7-jdk-11'
Gradle Kotlin
implementation("com.rapiddweller:rd-lib-format:1.1.7-jdk-11")
Scala SBT
libraryDependencies += "com.rapiddweller" % "rd-lib-format" % "1.1.7-jdk-11"
Groovy Grape
@Grapes(
  @Grab(group='com.rapiddweller', module='rd-lib-format', version='1.1.7-jdk-11')
)
Apache Ivy
<dependency org="com.rapiddweller" name="rd-lib-format" rev="1.1.7-jdk-11" />
Leiningen
[com.rapiddweller/rd-lib-format "1.1.7-jdk-11"]
Apache Buildr
'com.rapiddweller:rd-lib-format:jar:1.1.7-jdk-11'