is not current version
Last Version 0.7

com.github.nwillc:fun-jdbc 0.6

Java 8 functional JDBC utility code, applying some of Java's newer features to reduce JDBC boilerplate code.

GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

fun-jdbc
Version

Version

0.6
Type

Type

jar

Download fun-jdbc 0.6


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