Categories |
CategoriesDropWizard Container Microservices GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.hubspot.dropwizard |
ArtifactId | ArtifactIddropwizard-guice |
Version | Version1.3.5.0 |
Type | Typejar |
Description |
DescriptionSimple library for using Guice DI in a dropwizard service.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/ -->
<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>1.3.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/
implementation 'com.hubspot.dropwizard:dropwizard-guice:1.3.5.0'
// https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/
implementation ("com.hubspot.dropwizard:dropwizard-guice:1.3.5.0")
'com.hubspot.dropwizard:dropwizard-guice:jar:1.3.5.0'
<dependency org="com.hubspot.dropwizard" name="dropwizard-guice" rev="1.3.5.0">
<artifact name="dropwizard-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='1.3.5.0')
)
libraryDependencies += "com.hubspot.dropwizard" % "dropwizard-guice" % "1.3.5.0"
[com.hubspot.dropwizard/dropwizard-guice "1.3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.7.16 |
org.assertj : assertj-core | jar | 3.9.1 |
io.dropwizard : dropwizard-testing | jar | 1.3.5 |
io.dropwizard : dropwizard-client | jar | 1.3.5 |