is not current version
Last Version 0.0.6

co.wrisk.dropwizard:dropwizard-hk2 0.0.5

This bundle binds and integrates DropWizard's HealthCheck, Metric, MetricSet, LifeCycle, LifeCycle.Listener, Task and Managed objects with HK2, allowing these components to be registered directly with Jersey and fully injected with any other services also known to HK2.

Categories

Categories

DropWizard Container Microservices HK2 Application Layer Libs Dependency Injection
GroupId

GroupId

co.wrisk.dropwizard
ArtifactId

ArtifactId

dropwizard-hk2
Version

Version

0.0.5
Type

Type

jar

Download dropwizard-hk2 0.0.5


<!-- https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-hk2/ -->
<dependency>
    <groupId>co.wrisk.dropwizard</groupId>
    <artifactId>dropwizard-hk2</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-hk2/
implementation 'co.wrisk.dropwizard:dropwizard-hk2:0.0.5'
// https://jarcasting.com/artifacts/co.wrisk.dropwizard/dropwizard-hk2/
implementation ("co.wrisk.dropwizard:dropwizard-hk2:0.0.5")
'co.wrisk.dropwizard:dropwizard-hk2:jar:0.0.5'
<dependency org="co.wrisk.dropwizard" name="dropwizard-hk2" rev="0.0.5">
  <artifact name="dropwizard-hk2" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.wrisk.dropwizard', module='dropwizard-hk2', version='0.0.5')
)
libraryDependencies += "co.wrisk.dropwizard" % "dropwizard-hk2" % "0.0.5"
[co.wrisk.dropwizard/dropwizard-hk2 "0.0.5"]