Categories |
CategoriesDropWizard Container Microservices HK2 Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdzone.dragon.dropwizard |
ArtifactId | ArtifactIddropwizard-hk2 |
Version | Version1.3.3-93e0d6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/ -->
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>1.3.3-93e0d6</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/
implementation 'zone.dragon.dropwizard:dropwizard-hk2:1.3.3-93e0d6'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/
implementation ("zone.dragon.dropwizard:dropwizard-hk2:1.3.3-93e0d6")
'zone.dragon.dropwizard:dropwizard-hk2:jar:1.3.3-93e0d6'
<dependency org="zone.dragon.dropwizard" name="dropwizard-hk2" rev="1.3.3-93e0d6">
<artifact name="dropwizard-hk2" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-hk2', version='1.3.3-93e0d6')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-hk2" % "1.3.3-93e0d6"
[zone.dragon.dropwizard/dropwizard-hk2 "1.3.3-93e0d6"]