MVN

com.github.arnaudroger : simpleFlatMapper

Maven & Gradle

Jan 31, 2015
435 stars

SimpleFlatMapper · Java library to map flat record - ResultSet, csv - to java object with minimum configuration and low footprint.

<dependency>
    <groupId>com.github.arnaudroger</groupId>
    <artifactId>simpleFlatMapper</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.arnaudroger : simpleFlatMapper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of com.github.arnaudroger : simpleFlatMapper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
simpleFlatMapper-1.4.1
simpleFlatMapper-1.4.0
1.3.x
simpleFlatMapper-1.3.0
1.2.x
simpleFlatMapper-1.2.0
1.1.x
simpleFlatMapper-1.1.0
1.0.x
simpleFlatMapper-1.0.0
simpleFlatMapper-1.0.0rc2
simpleFlatMapper-1.0.0rc1
simpleFlatMapper-1.0.0b3
simpleFlatMapper-1.0.0b2
simpleFlatMapper-1.0.0b1
0.9.x
simpleFlatMapper-0.9.15
simpleFlatMapper-0.9.14
simpleFlatMapper-0.9.13
simpleFlatMapper-0.9.12
simpleFlatMapper-0.9.11
simpleFlatMapper-0.9.10
simpleFlatMapper-0.9.9
simpleFlatMapper-0.9.8
simpleFlatMapper-0.9.7
simpleFlatMapper-0.9.6
simpleFlatMapper-0.9.5
simpleFlatMapper-0.9.4
simpleFlatMapper-0.9.3
simpleFlatMapper-0.9.2
simpleFlatMapper-0.9.1
0.9
simpleFlatMapper-0.9
0.8
simpleFlatMapper-0.8
0.7
simpleFlatMapper-0.7
0.6
simpleFlatMapper-0.6
0.5
simpleFlatMapper-0.5
0.4.x
simpleFlatMapper-0.4.1
0.4
simpleFlatMapper-0.4
0.3.x
simpleFlatMapper-0.3.1
0.3
simpleFlatMapper-0.3
0.2.x
simpleFlatMapper-0.2.2
simpleFlatMapper-0.2.1
0.2
simpleFlatMapper-0.2
0.1
simpleFlatMapper-0.1

How to add a dependency to Maven

Add the following com.github.arnaudroger : simpleFlatMapper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.arnaudroger</groupId>
    <artifactId>simpleFlatMapper</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.arnaudroger : simpleFlatMapper gradle dependency to your build.gradle file:

implementation 'com.github.arnaudroger:simpleFlatMapper:1.4.1'

Gradle Kotlin DSL: Add the following com.github.arnaudroger : simpleFlatMapper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.arnaudroger:simpleFlatMapper:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.arnaudroger : simpleFlatMapper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.arnaudroger" % "simpleFlatMapper" % "1.4.1"