License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.fiestacabin.dropwizard.guice |
ArtifactId | ArtifactIddropwizard-guice |
Last Version | Last Version0.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Extensions for Dropwizard
Simple library for using Guice DI in a dropwizard app.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-guice-0.7.1.pom | |
dropwizard-guice-0.7.1.jar | 6 KB |
dropwizard-guice-0.7.1-sources.jar | 2 KB |
dropwizard-guice-0.7.1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-all | jar | 1.9.0 |