f

fluent-jdbc

A simple fluent API layer on top of Spring's JdbcTemplate for better type safety
https://github.com/saharshsingh/fluent-jdbc
Apache License, Version 2.0
Files download
File Operation
fluent-jdbc-1.0.jar download
fluent-jdbc-1.0.pom download
fluent-jdbc-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.saharsh</groupId>
  <artifactId>fluent-jdbc</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.saharsh:fluent-jdbc:1.0'
Gradle Kotlin
implementation("org.saharsh:fluent-jdbc:1.0")
Scala SBT
libraryDependencies += "org.saharsh" % "fluent-jdbc" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.saharsh', module='fluent-jdbc', version='1.0')
)
Apache Ivy
<dependency org="org.saharsh" name="fluent-jdbc" rev="1.0" />
Leiningen
[org.saharsh/fluent-jdbc "1.0"]
Apache Buildr
'org.saharsh:fluent-jdbc:jar:1.0'