Guice Extensions for Dropwizard

Simple library for using Guice DI in a dropwizard app.

License

License

Categories

Categories

DropWizard Container Microservices GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.fiestacabin.dropwizard.guice
ArtifactId

ArtifactId

dropwizard-guice
Last Version

Last Version

0.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

Guice Extensions for Dropwizard
Simple library for using Guice DI in a dropwizard app.
Project URL

Project URL

https://github.com/jaredstehler/dropwizard-guice

Download dropwizard-guice

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar 0.7.1
org.reflections : reflections jar 0.9.9
com.google.inject : guice jar 3.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.1
0.6.2
0.6.1
0.5.1