fluent-jdbc

A lightweight JDBC facade that provides a fluent API based on the Builder and Command design patterns.

License

License

GroupId

GroupId

org.soulwing.jdbc
ArtifactId

ArtifactId

fluent-jdbc
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

fluent-jdbc
A lightweight JDBC facade that provides a fluent API based on the Builder and Command design patterns.
Project URL

Project URL

https://github.com/soulwing/fluent-jdbc
Project Organization

Project Organization

Carl Harris, Jr

Download fluent-jdbc

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.7.7
log4j : log4j Optional jar 1.2.17
org.apache.logging.log4j : log4j-api Optional jar 2.3
commons-logging : commons-logging Optional jar 1.1

test (6)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-core jar 1.3
org.hamcrest : hamcrest-library jar 1.3
org.jmock : jmock-junit4 jar 2.6.0
org.jmock : jmock-legacy jar 2.6.0
org.hsqldb : hsqldb jar 2.3.3

Project Modules

There are no modules declared in this project.
org.soulwing.jdbc

soulwing-org

Versions

Version
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0