License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices Governator Application Layer Libs Dependency Injection |
GroupId | GroupIdbr.com.ingenieux.dropwizard |
ArtifactId | ArtifactIddropwizard-governator |
Last Version | Last Version0.7.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Governator Support
Simple library for using Guice DI in a dropwizard service.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/br.com.ingenieux.dropwizard/dropwizard-governator/ -->
<dependency>
<groupId>br.com.ingenieux.dropwizard</groupId>
<artifactId>dropwizard-governator</artifactId>
<version>0.7.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ingenieux.dropwizard/dropwizard-governator/
implementation 'br.com.ingenieux.dropwizard:dropwizard-governator:0.7.0.4'
// https://jarcasting.com/artifacts/br.com.ingenieux.dropwizard/dropwizard-governator/
implementation ("br.com.ingenieux.dropwizard:dropwizard-governator:0.7.0.4")
'br.com.ingenieux.dropwizard:dropwizard-governator:jar:0.7.0.4'
<dependency org="br.com.ingenieux.dropwizard" name="dropwizard-governator" rev="0.7.0.4">
<artifact name="dropwizard-governator" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ingenieux.dropwizard', module='dropwizard-governator', version='0.7.0.4')
)
libraryDependencies += "br.com.ingenieux.dropwizard" % "dropwizard-governator" % "0.7.0.4"
[br.com.ingenieux.dropwizard/dropwizard-governator "0.7.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject.extensions : guice-servlet | jar | 3.0 |
com.netflix.governator : governator | jar | 1.2.20 |
com.sun.jersey.contribs : jersey-guice | jar | 1.18.1 |
org.reflections : reflections | jar | 0.9.9-RC2 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.7.1 |