j

jdbi-folder

Used to fold objects from jdbi result set
https://github.com/rkmk/jdbi-folder
MIT License
Manikandan Kumar
Files download
File Operation
jdbi-folder-1.1.jar download
jdbi-folder-1.1.pom download
jdbi-folder-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.rkmk</groupId>
  <artifactId>jdbi-folder</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.rkmk:jdbi-folder:1.1'
Gradle Kotlin
implementation("com.github.rkmk:jdbi-folder:1.1")
Scala SBT
libraryDependencies += "com.github.rkmk" % "jdbi-folder" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rkmk', module='jdbi-folder', version='1.1')
)
Apache Ivy
<dependency org="com.github.rkmk" name="jdbi-folder" rev="1.1" />
Leiningen
[com.github.rkmk/jdbi-folder "1.1"]
Apache Buildr
'com.github.rkmk:jdbi-folder:jar:1.1'