is not current version
Last Version 1.1.4-jdk-11

com.rapiddweller:rd-lib-format 1.0.16+jdk-8

'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.

Categories

Categories

ORM Data
GroupId

GroupId

com.rapiddweller
ArtifactId

ArtifactId

rd-lib-format
Version

Version

1.0.16+jdk-8
Type

Type

jar

Download rd-lib-format 1.0.16+jdk-8


<!-- https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-format/ -->
<dependency>
    <groupId>com.rapiddweller</groupId>
    <artifactId>rd-lib-format</artifactId>
    <version>1.0.16+jdk-8</version>
</dependency>
// https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-format/
implementation 'com.rapiddweller:rd-lib-format:1.0.16+jdk-8'
// https://jarcasting.com/artifacts/com.rapiddweller/rd-lib-format/
implementation ("com.rapiddweller:rd-lib-format:1.0.16+jdk-8")
'com.rapiddweller:rd-lib-format:jar:1.0.16+jdk-8'
<dependency org="com.rapiddweller" name="rd-lib-format" rev="1.0.16+jdk-8">
  <artifact name="rd-lib-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rapiddweller', module='rd-lib-format', version='1.0.16+jdk-8')
)
libraryDependencies += "com.rapiddweller" % "rd-lib-format" % "1.0.16+jdk-8"
[com.rapiddweller/rd-lib-format "1.0.16+jdk-8"]