Last Version

FluentJdbc Core 1.8.6

FluentJdbc is a java library for executing native SQL queries as simply as possible: each SQL operation (read or write) is a single, readable statement - without any of the JDBC clutter.

License

License

GroupId

GroupId

org.codejargon
ArtifactId

ArtifactId

fluentjdbc
Version

Version

1.8.6
Type

Type

jar
Description

Description

FluentJdbc Core
FluentJdbc is a java library for executing native SQL queries as simply as possible: each SQL operation (read or write) is a single, readable statement - without any of the JDBC clutter.

Download fluentjdbc 1.8.6


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

Dependencies

test (8)

Group / Artifact Type Version
com.h2database : h2 jar 1.4.184
org.apache.derby : derby jar 10.11.1.1
org.hsqldb : hsqldb jar 2.3.2
com.opentable.components : otj-pg-embedded jar 0.13.3
junit : junit jar 4.12
org.mockito : mockito-core jar 1.9.5
org.spockframework : spock-core jar 1.0-groovy-2.4
cglib : cglib-nodep jar 3.1

Project Modules

There are no modules declared in this project.