jdbcutils


License

License

GroupId

GroupId

me.geso
ArtifactId

ArtifactId

jdbcutils
Last Version

Last Version

2.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

jdbcutils
jdbcutils
Project URL

Project URL

http://github.com/tokuhirom/jdbcutils
Source Code Management

Source Code Management

https://github.com/tokuhirom/jdbcutils/

Download jdbcutils

How to add to project

<!-- https://jarcasting.com/artifacts/me.geso/jdbcutils/ -->
<dependency>
    <groupId>me.geso</groupId>
    <artifactId>jdbcutils</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso/jdbcutils/
implementation 'me.geso:jdbcutils:2.2.0'
// https://jarcasting.com/artifacts/me.geso/jdbcutils/
implementation ("me.geso:jdbcutils:2.2.0")
'me.geso:jdbcutils:jar:2.2.0'
<dependency org="me.geso" name="jdbcutils" rev="2.2.0">
  <artifact name="jdbcutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso', module='jdbcutils', version='2.2.0')
)
libraryDependencies += "me.geso" % "jdbcutils" % "2.2.0"
[me.geso/jdbcutils "2.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.14.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
mysql : mysql-connector-java jar 5.1.31
org.slf4j : slf4j-simple jar 1.7.7

Project Modules

There are no modules declared in this project.

jdbcutils

Build Status Maven Central Javadoc

This is a tiny utility library for JDBC.

Features

  • Query object, that contains SQL and parameters
  • Query object builder, supports fluent interface.
  • Query executer, supports fine resource management.

Javadoc

You can see the javadoc on javadoc.io.

http://www.javadoc.io/doc/me.geso/jdbcutils/

Versions

Version
2.2.0
2.1.0
2.0.0
1.1.0
1.0.0
0.7.0
0.6.2