MVN

com.rapiddweller : rd-lib-format

Maven & Gradle

Aug 18, 2022
2 usages
2 stars

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

<dependency>
    <groupId>com.rapiddweller</groupId>
    <artifactId>rd-lib-format</artifactId>
    <version>1.1.5-jdk-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rapiddweller : rd-lib-format to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.5-jdk-11

All Versions

Choose a version of com.rapiddweller : rd-lib-format to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rd-lib-format-1.1.5-jdk-11
rd-lib-format-1.1.4-jdk-11
rd-lib-format-1.1.3-jdk-11
rd-lib-format-1.1.2-jdk-11
rd-lib-format-1.1.1-jdk-11
rd-lib-format-1.1.0-jdk-11
1.0.x
rd-lib-format-1.0.16+jdk-8

How to add a dependency to Maven

Add the following com.rapiddweller : rd-lib-format maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rapiddweller</groupId>
    <artifactId>rd-lib-format</artifactId>
    <version>1.1.5-jdk-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rapiddweller : rd-lib-format gradle dependency to your build.gradle file:

implementation 'com.rapiddweller:rd-lib-format:1.1.5-jdk-11'

Gradle Kotlin DSL: Add the following com.rapiddweller : rd-lib-format gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rapiddweller:rd-lib-format:1.1.5-jdk-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rapiddweller : rd-lib-format sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rapiddweller" % "rd-lib-format" % "1.1.5-jdk-11"

Advertisement