License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices HK2 Application Layer Libs Dependency Injection |
GroupId | GroupIdzone.dragon.dropwizard |
ArtifactId | ArtifactIddropwizard-hk2 |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard :: HK2 Integration
Adds support for Health Checks, LifeCycles, Metrics, and Tasks to be injected by HK2
|
Project URL |
Project URL |
Project Organization |
Project OrganizationDragonZone |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-hk2-2.1.1.pom | |
dropwizard-hk2-2.1.1.jar | 87 KB |
dropwizard-hk2-2.1.1-tests.jar | 51 KB |
dropwizard-hk2-2.1.1-test-sources.jar | 19 KB |
dropwizard-hk2-2.1.1-sources.jar | 46 KB |
dropwizard-hk2-2.1.1-javadoc.jar | 729 KB |
Browse |
<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/ -->
<dependency>
<groupId>zone.dragon.dropwizard</groupId>
<artifactId>dropwizard-hk2</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/
implementation 'zone.dragon.dropwizard:dropwizard-hk2:2.1.1'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-hk2/
implementation ("zone.dragon.dropwizard:dropwizard-hk2:2.1.1")
'zone.dragon.dropwizard:dropwizard-hk2:jar:2.1.1'
<dependency org="zone.dragon.dropwizard" name="dropwizard-hk2" rev="2.1.1">
<artifact name="dropwizard-hk2" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-hk2', version='2.1.1')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-hk2" % "2.1.1"
[zone.dragon.dropwizard/dropwizard-hk2 "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
io.dropwizard : dropwizard-testing | jar | |
io.dropwizard : dropwizard-client | jar | |
io.dropwizard.metrics : metrics-json | jar | |
org.assertj : assertj-core | jar | 3.18.1 |
org.glassfish.jersey.core : jersey-client | jar | |
org.mockito : mockito-core | jar | 3.6.28 |