MVN

io.github.jhannes : fluent-jdbc

Maven & Gradle

Oct 22, 2021
31 stars

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

<dependency>
    <groupId>io.github.jhannes</groupId>
    <artifactId>fluent-jdbc</artifactId>
    <version>0.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jhannes : fluent-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.3

All Versions

Choose a version of io.github.jhannes : fluent-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
fluent-jdbc-0.2.3
fluent-jdbc-0.2.2
fluent-jdbc-0.2.1
fluent-jdbc-0.2.0
0.1.x
fluent-jdbc-0.1.0
0.0.x
fluent-jdbc-0.0.18
fluent-jdbc-0.0.17
fluent-jdbc-0.0.16
fluent-jdbc-0.0.15
fluent-jdbc-0.0.14
fluent-jdbc-0.0.13
fluent-jdbc-0.0.12
fluent-jdbc-0.0.11
fluent-jdbc-0.0.10
fluent-jdbc-0.0.9
fluent-jdbc-0.0.8
fluent-jdbc-0.0.7
fluent-jdbc-0.0.5
fluent-jdbc-0.0.4
fluent-jdbc-0.0.3
fluent-jdbc-0.0.2
fluent-jdbc-0.0.1

How to add a dependency to Maven

Add the following io.github.jhannes : fluent-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jhannes</groupId>
    <artifactId>fluent-jdbc</artifactId>
    <version>0.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jhannes : fluent-jdbc gradle dependency to your build.gradle file:

implementation 'io.github.jhannes:fluent-jdbc:0.2.3'

Gradle Kotlin DSL: Add the following io.github.jhannes : fluent-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jhannes:fluent-jdbc:0.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jhannes : fluent-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jhannes" % "fluent-jdbc" % "0.2.3"

Advertisement