is not current version
Last Version 0.3.0

io.github.jhannes:fluent-jdbc 0.0.3

A Java library used to excute JDBC statements and build SQL

GroupId

GroupId

io.github.jhannes
ArtifactId

ArtifactId

fluent-jdbc
Version

Version

0.0.3
Type

Type

jar

Download fluent-jdbc 0.0.3


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