is not current version
Last Version 0.3.0

Fluent JDBC library 0.2.2

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.2.2
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.2.2


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

Dependencies

compile (3)

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

test (12)

Group / Artifact Type Version
org.assertj : assertj-core jar 3.16.1
com.h2database : h2 jar 1.4.200
org.hsqldb : hsqldb jar 2.5.1
org.xerial : sqlite-jdbc jar 3.32.3
org.postgresql : postgresql jar 42.2.14
net.sourceforge.jtds : jtds jar 1.3.1
com.microsoft.sqlserver : mssql-jdbc jar 8.2.2.jre8
com.oracle.database.jdbc : ojdbc8 jar 19.7.0.0
org.logevents : logevents jar 0.1.31
org.projectlombok : lombok jar 1.18.12
org.mockito : mockito-core jar 3.4.0
io.dropwizard.metrics : metrics-core jar 4.1.12.1

Project Modules

There are no modules declared in this project.