is not current version
Last Version 0.3.0

io.github.jhannes:fluent-jdbc 0.0.18

A Java library used to execute JDBC statements and build SQL

GroupId

GroupId

io.github.jhannes
ArtifactId

ArtifactId

fluent-jdbc
Version

Version

0.0.18
Type

Type

jar

Download fluent-jdbc 0.0.18


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