dropwizard-jooq

Addon bundle for Dropwizard to support jOOQ for database access

License

License

Categories

Categories

DropWizard Container Microservices jOOQ Data Databases
GroupId

GroupId

com.bendb.droptools
ArtifactId

ArtifactId

dropwizard-jooq
Last Version

Last Version

1.3.5-1
Release Date

Release Date

Type

Type

jar
Description

Description

dropwizard-jooq
Addon bundle for Dropwizard to support jOOQ for database access
Project URL

Project URL

https://github.com/benjamin-bader/droptools/
Source Code Management

Source Code Management

https://github.com/benjamin-bader/droptools/

Download dropwizard-jooq

How to add to project

<!-- https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-jooq/ -->
<dependency>
    <groupId>com.bendb.droptools</groupId>
    <artifactId>dropwizard-jooq</artifactId>
    <version>1.3.5-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-jooq/
implementation 'com.bendb.droptools:dropwizard-jooq:1.3.5-1'
// https://jarcasting.com/artifacts/com.bendb.droptools/dropwizard-jooq/
implementation ("com.bendb.droptools:dropwizard-jooq:1.3.5-1")
'com.bendb.droptools:dropwizard-jooq:jar:1.3.5-1'
<dependency org="com.bendb.droptools" name="dropwizard-jooq" rev="1.3.5-1">
  <artifact name="dropwizard-jooq" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bendb.droptools', module='dropwizard-jooq', version='1.3.5-1')
)
libraryDependencies += "com.bendb.droptools" % "dropwizard-jooq" % "1.3.5-1"
[com.bendb.droptools/dropwizard-jooq "1.3.5-1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.jooq : jooq jar 3.11.3

runtime (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-db jar 1.3.5

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.5
com.google.truth : truth jar 0.23

Project Modules

There are no modules declared in this project.

Droptools

Build Status Coverage Status

Useful Dropwizard addons, including dropwizard-jooq and dropwizard-redis.

dropwizard-jooq

A bundle that adds support for relational database access via the excellent jOOQ library.

dropwizard-redis

A bundle that manages a redis connection pool and makes Jedis clients available to resource methods, without the hassle of pooling logic in your code.

Support

Please file bug reports and feature requests in GitHub issues.

License

Copyright (c) 2014-2020 Benjamin Bader

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.

Versions

Version
1.3.5-1