MVN

org.codejargon : fluentjdbc-parent

Maven & Gradle

Oct 01, 2020
169 stars

FluentJdbc Parent · FluentJdbc is a java library for executing native SQL queries as simply as possible: each SQL operation (read or write) is a single, readable statement - without any of the JDBC clutter.

<dependency>
    <groupId>org.codejargon</groupId>
    <artifactId>fluentjdbc-parent</artifactId>
    <version>1.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codejargon : fluentjdbc-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.8.6

All Versions

Choose a version of org.codejargon : fluentjdbc-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
fluentjdbc-parent-1.8.6
fluentjdbc-parent-1.8.5
fluentjdbc-parent-1.8.4
fluentjdbc-parent-1.8.3
fluentjdbc-parent-1.8.2
fluentjdbc-parent-1.8.1
1.8
fluentjdbc-parent-1.8
1.7.x
fluentjdbc-parent-1.7.1
fluentjdbc-parent-1.7.0
1.6.x
fluentjdbc-parent-1.6.1
1.6
fluentjdbc-parent-1.6
1.5
fluentjdbc-parent-1.5
1.4
fluentjdbc-parent-1.4
1.3.x
fluentjdbc-parent-1.3.5
fluentjdbc-parent-1.3.4
fluentjdbc-parent-1.3.3
fluentjdbc-parent-1.3.2
fluentjdbc-parent-1.3.1
1.3
fluentjdbc-parent-1.3
1.2.x
fluentjdbc-parent-1.2.3
fluentjdbc-parent-1.2.2
fluentjdbc-parent-1.2.1
1.2
fluentjdbc-parent-1.2
1.1
fluentjdbc-parent-1.1
1.0.x
fluentjdbc-parent-1.0.6
fluentjdbc-parent-1.0.5
fluentjdbc-parent-1.0.4
fluentjdbc-parent-1.0.3
fluentjdbc-parent-1.0.2
fluentjdbc-parent-1.0.1
1.0
fluentjdbc-parent-1.0
0.9.x
fluentjdbc-parent-0.9.9
fluentjdbc-parent-0.9.8
fluentjdbc-parent-0.9.7
fluentjdbc-parent-0.9.6
fluentjdbc-parent-0.9.5
fluentjdbc-parent-0.9.4
fluentjdbc-parent-0.9.3
fluentjdbc-parent-0.9.2
fluentjdbc-parent-0.9.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codejargon</groupId>
    <artifactId>fluentjdbc-parent</artifactId>
    <version>1.8.6</version>
</dependency>

Advertisement