Last Version

Fluent JDBC library 0.3.0

A Java library used to execute JDBC statements and build SQL

License

License

GroupId

GroupId

io.github.jhannes
ArtifactId

ArtifactId

fluent-jdbc
Version

Version

0.3.0
Type

Type

jar
Description

Description

Fluent JDBC library
A Java library used to execute JDBC statements and build SQL
Project URL

Project URL

https://github.com/jhannes/fluent-jdbc
Source Code Management

Source Code Management

https://github.com/jhannes/fluent-jdbc.git

Download fluent-jdbc 0.3.0


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

Dependencies

compile (3)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 Optional jar 3.0.2
org.slf4j : slf4j-api jar 1.7.36
junit : junit Optional jar 4.13.2

test (12)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.22.0
com.h2database : h2 jar 2.1.210
org.hsqldb : hsqldb jar 2.6.1
org.xerial : sqlite-jdbc jar 3.36.0.2
org.postgresql : postgresql jar 42.3.3
net.sourceforge.jtds : jtds jar 1.3.1
com.microsoft.sqlserver : mssql-jdbc jar 10.2.0.jre11
com.oracle.database.jdbc : ojdbc8 jar 19.7.0.0
org.logevents : logevents jar 0.3.1
org.projectlombok : lombok jar 1.18.22
org.mockito : mockito-core jar 4.3.1
io.dropwizard.metrics : metrics-core jar 4.2.8

Project Modules

There are no modules declared in this project.