fun-jdbc
Java JDBC utility code employing JDK 8+ features (streams, lambdas, unchecked exceptions, etc) to reduce JDBC boilerplate code.
Home
Fun JDBC's landing page is the best place to go for more information.
| License |
License |
|---|---|
| GroupId | GroupIdcom.github.nwillc |
| ArtifactId | ArtifactIdfun-jdbc |
| Last Version | Last Version0.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFunctional 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fun-jdbc-0.7.pom | |
| fun-jdbc-0.7.jar | 6 KB |
| fun-jdbc-0.7-sources.jar | 7 KB |
| fun-jdbc-0.7-javadoc.jar | 39 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.nwillc : almost-functional | jar | 1.7.9 |
| 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 |
Java JDBC utility code employing JDK 8+ features (streams, lambdas, unchecked exceptions, etc) to reduce JDBC boilerplate code.
Fun JDBC's landing page is the best place to go for more information.