Download fluentjdbc-0.9.4.jar file - Jar f

Jar examples for f:fluentjdbc

Description

FluentJdbc provides a fluent API for executing SQL queries. It is best suited for projects that require fine control over SQL queries and operations in a convenient, declarative way. It wraps JDBC, providing additional features like: support for custom parameter types (like java.time), named query parameters, automatic ResultSet to POJO mapping, etc. It also avoids inconveniences with JDBC API, like: checked exceptions, explicit resource management / leaks, clutter. FluentJdbc is light-weight, has no 3rd party dependencies.

You can download jar file fluentjdbc 0.9.4 in this page.

License

MIT License

Build File

You can use the following script to add fluentjdbc-0.9.4.jar to your project.

<dependency>
   <groupId>org.codejargon</groupId>
   <artifactId>fluentjdbc</artifactId>
   <version>0.9.4</version>
</dependency>
compile group: 'org.codejargon', name: 'fluentjdbc', version: '0.9.4'
libraryDependencies += "org.codejargon" % "fluentjdbc" % "0.9.4"
<dependency org="org.codejargon" name="fluentjdbc" rev="0.9.4"/>
@Grapes(@Grab(group='org.codejargon', module='fluentjdbc', version='0.9.4'))
'org.codejargon:fluentjdbc:jar:0.9.4'

Download

Click the following link to download the jar file.

fluentjdbc-0.9.4-javadoc.jar
fluentjdbc-0.9.4-sources.jar
fluentjdbc-0.9.4-tests.jar
fluentjdbc-0.9.4.jar
fluentjdbc-0.9.4.pom



Related Tutorials