Common Jersey utility classes

Infrastructure classes for integrating with Jersey

License

License

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.bendb.dropwizard
ArtifactId

ArtifactId

common
Last Version

Last Version

0.7.1-5
Release Date

Release Date

Type

Type

jar
Description

Description

Common Jersey utility classes
Infrastructure classes for integrating with Jersey

Download common

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 0.7.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
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
0.7.1-5
0.7.1-4