Last Version

Functional JDBC for Java 8 0.7

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

License

License

ISC
GroupId

GroupId

com.github.nwillc
ArtifactId

ArtifactId

fun-jdbc
Version

Version

0.7
Type

Type

jar
Description

Description

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

Project URL

https://github.com/nwillc/fun-jdbc
Source Code Management

Source Code Management

https://github.com/nwillc/fun-jdbc

Download fun-jdbc 0.7


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

Dependencies

compile (1)

Group / Artifact Type Version
com.github.nwillc : almost-functional jar 1.7.9

test (4)

Group / Artifact Type Version
com.github.nwillc : contracts jar 1.6.3
junit : junit jar 4.11
com.h2database : h2 jar 1.4.182
org.assertj : assertj-core jar 1.7.0

Project Modules

There are no modules declared in this project.