is not current version
Last Version 1.8.6

org.codejargon:fluentjdbc-parent 1.8.2

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.8.2
Type

Type

pom

Download fluentjdbc-parent 1.8.2


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