MVN

com.github.skjolber.sesseltjonna-csv : databinder

Maven & Gradle

Mar 15, 2022
3 usages
5 stars

sesseltjonna-csv databinder · High-performance CSV databinding library

<dependency>
    <groupId>com.github.skjolber.sesseltjonna-csv</groupId>
    <artifactId>databinder</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skjolber.sesseltjonna-csv : databinder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24

All Versions

Choose a version of com.github.skjolber.sesseltjonna-csv : databinder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
databinder-1.0.24
databinder-1.0.23
databinder-1.0.22
databinder-1.0.21
databinder-1.0.20
databinder-1.0.19
databinder-1.0.18
databinder-1.0.17
databinder-1.0.16
databinder-1.0.15
databinder-1.0.14
databinder-1.0.13
databinder-1.0.12
databinder-1.0.11
databinder-1.0.10
databinder-1.0.9

How to add a dependency to Maven

Add the following com.github.skjolber.sesseltjonna-csv : databinder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skjolber.sesseltjonna-csv</groupId>
    <artifactId>databinder</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skjolber.sesseltjonna-csv : databinder gradle dependency to your build.gradle file:

implementation 'com.github.skjolber.sesseltjonna-csv:databinder:1.0.24'

Gradle Kotlin DSL: Add the following com.github.skjolber.sesseltjonna-csv : databinder gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skjolber.sesseltjonna-csv:databinder:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skjolber.sesseltjonna-csv : databinder sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skjolber.sesseltjonna-csv" % "databinder" % "1.0.24"