s

sqlObjectMapper

A JDBC extensions library that makes working with data object less tedious.
https://github.com/qualified-cactus/SqlObjectMapper
GNU AFFERO GENERAL PUBLIC LICENSE
qualified-cactus
Files download
File Operation
sqlObjectMapper-4.1.3.jar download
sqlObjectMapper-4.1.3.pom download
sqlObjectMapper-4.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.qualifiedcactus</groupId>
  <artifactId>sqlObjectMapper</artifactId>
  <version>4.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.qualifiedcactus:sqlObjectMapper:4.1.3'
Gradle Kotlin
implementation("com.qualifiedcactus:sqlObjectMapper:4.1.3")
Scala SBT
libraryDependencies += "com.qualifiedcactus" % "sqlObjectMapper" % "4.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.qualifiedcactus', module='sqlObjectMapper', version='4.1.3')
)
Apache Ivy
<dependency org="com.qualifiedcactus" name="sqlObjectMapper" rev="4.1.3" />
Leiningen
[com.qualifiedcactus/sqlObjectMapper "4.1.3"]
Apache Buildr
'com.qualifiedcactus:sqlObjectMapper:jar:4.1.3'