is not current version
Last Version 1.4.1

com.github.arnaudroger:simpleFlatMapper 0.4.1

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

Categories

Categories

SimpleFlatMapper Data ORM
GroupId

GroupId

com.github.arnaudroger
ArtifactId

ArtifactId

simpleFlatMapper
Version

Version

0.4.1
Type

Type

jar

Download simpleFlatMapper 0.4.1


<!-- https://jarcasting.com/artifacts/com.github.arnaudroger/simpleFlatMapper/ -->
<dependency>
    <groupId>com.github.arnaudroger</groupId>
    <artifactId>simpleFlatMapper</artifactId>
    <version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arnaudroger/simpleFlatMapper/
implementation 'com.github.arnaudroger:simpleFlatMapper:0.4.1'
// https://jarcasting.com/artifacts/com.github.arnaudroger/simpleFlatMapper/
implementation ("com.github.arnaudroger:simpleFlatMapper:0.4.1")
'com.github.arnaudroger:simpleFlatMapper:jar:0.4.1'
<dependency org="com.github.arnaudroger" name="simpleFlatMapper" rev="0.4.1">
  <artifact name="simpleFlatMapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arnaudroger', module='simpleFlatMapper', version='0.4.1')
)
libraryDependencies += "com.github.arnaudroger" % "simpleFlatMapper" % "0.4.1"
[com.github.arnaudroger/simpleFlatMapper "0.4.1"]