is not current version
Last Version 0.3.0

io.github.jhannes:fluent-jdbc 0.1.0

A Java library used to execute JDBC statements and build SQL

GroupId

GroupId

io.github.jhannes
ArtifactId

ArtifactId

fluent-jdbc
Version

Version

0.1.0
Type

Type

jar

Download fluent-jdbc 0.1.0


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