Last Version

jdbi Joda-Time Integration 3.0.0-alpha7

jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.

License

License

Categories

Categories

JDBI Data Databases
GroupId

GroupId

org.jdbi
ArtifactId

ArtifactId

jdbi3-jodatime
Version

Version

3.0.0-alpha7
Type

Type

jar
Description

Description

jdbi Joda-Time Integration
jDBI is designed to provide convenient tabular data access in Java(tm). It uses the Java collections framework for query results, provides a convenient means of externalizing sql statements, and provides named parameter support for any database being used.

Download jdbi3-jodatime 3.0.0-alpha7


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

Dependencies

compile (3)

Group / Artifact Type Version
org.jdbi : jdbi3 jar 3.0.0-alpha7
joda-time : joda-time jar 2.9.3
com.google.auto.service : auto-service Optional jar 1.0-rc2

test (5)

Group / Artifact Type Version
org.jdbi : jdbi3 jar 3.0.0-alpha7
com.h2database : h2 jar 1.3.173
org.slf4j : slf4j-simple jar 1.7.21
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2

Project Modules

There are no modules declared in this project.