s

sfm-tuples

Java library to map flat record - ResultSet, csv - to java object with minimum configuration and low footprint.
The MIT License (MIT)
Arnaud Roger
Files download
File Operation
sfm-tuples-3.2.jar download
sfm-tuples-3.2.pom download
sfm-tuples-3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.simpleflatmapper</groupId>
  <artifactId>sfm-tuples</artifactId>
  <version>3.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.simpleflatmapper:sfm-tuples:3.2'
Gradle Kotlin
implementation("org.simpleflatmapper:sfm-tuples:3.2")
Scala SBT
libraryDependencies += "org.simpleflatmapper" % "sfm-tuples" % "3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.simpleflatmapper', module='sfm-tuples', version='3.2')
)
Apache Ivy
<dependency org="org.simpleflatmapper" name="sfm-tuples" rev="3.2" />
Leiningen
[org.simpleflatmapper/sfm-tuples "3.2"]
Apache Buildr
'org.simpleflatmapper:sfm-tuples:jar:3.2'