Categories |
CategoriesDropWizard Container Microservices GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.hubspot.dropwizard |
ArtifactId | ArtifactIddropwizard-guice |
Version | Version0.8.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/ -->
<dependency>
<groupId>com.hubspot.dropwizard</groupId>
<artifactId>dropwizard-guice</artifactId>
<version>0.8.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/
implementation 'com.hubspot.dropwizard:dropwizard-guice:0.8.4.0'
// https://jarcasting.com/artifacts/com.hubspot.dropwizard/dropwizard-guice/
implementation ("com.hubspot.dropwizard:dropwizard-guice:0.8.4.0")
'com.hubspot.dropwizard:dropwizard-guice:jar:0.8.4.0'
<dependency org="com.hubspot.dropwizard" name="dropwizard-guice" rev="0.8.4.0">
<artifact name="dropwizard-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubspot.dropwizard', module='dropwizard-guice', version='0.8.4.0')
)
libraryDependencies += "com.hubspot.dropwizard" % "dropwizard-guice" % "0.8.4.0"
[com.hubspot.dropwizard/dropwizard-guice "0.8.4.0"]