is not current version
Last Version 1.8.6

org.codejargon:fluentjdbc-parent 1.3.4

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.

GroupId

GroupId

org.codejargon
ArtifactId

ArtifactId

fluentjdbc-parent
Version

Version

1.3.4
Type

Type

pom

Download fluentjdbc-parent 1.3.4


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