Last Version

Fluent-Jdbc Extensions Parent 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-extensions-parent
Version

Version

1.8.6
Type

Type

pom
Description

Description

Fluent-Jdbc Extensions Parent
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-extensions-parent 1.8.6


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

Dependencies

test (4)

Group / Artifact Type Version
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

  • fluent-jdbc-guice-persist