Last Version

FluentJdbc 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-parent
Version

Version

1.8.6
Type

Type

pom
Description

Description

FluentJdbc 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.
Project URL

Project URL

https://github.com/zsoltherpai/fluent-jdbc
Source Code Management

Source Code Management

https://github.com/zsoltherpai/fluent-jdbc

Download fluentjdbc-parent 1.8.6


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