MVN

zone.dragon.dropwizard : dropwizard-hk2

Maven & Gradle

Aug 19, 2023
20 stars

Dropwizard :: HK2 Integration · Adds support for Health Checks, LifeCycles, Metrics, and Tasks to be injected by HK2

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-hk2</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of zone.dragon.dropwizard : dropwizard-hk2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of zone.dragon.dropwizard : dropwizard-hk2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
dropwizard-hk2-4.0.3
dropwizard-hk2-4.0.2
dropwizard-hk2-4.0.1
dropwizard-hk2-4.0.0
3.0.x
dropwizard-hk2-3.0.0
2.1.x
dropwizard-hk2-2.1.1
dropwizard-hk2-2.1.0
2.0.x
dropwizard-hk2-2.0.7-13cb6d
dropwizard-hk2-2.0.6-09b602
dropwizard-hk2-2.0.5-07239e
dropwizard-hk2-2.0.4-2044fe
1.3.x
dropwizard-hk2-1.3.3-93e0d6
1.2.x
dropwizard-hk2-1.2.2-245f94
dropwizard-hk2-1.2.1-fa7e12
1.1.x
dropwizard-hk2-1.1.18-a1907f
dropwizard-hk2-1.1.17-b25e28
dropwizard-hk2-1.1.16-97d2fb
dropwizard-hk2-1.1.15-b2a026
dropwizard-hk2-1.1.14-05ab08
dropwizard-hk2-1.1.8-93ddea
dropwizard-hk2-1.1.6-f1993a

How to add a dependency to Maven

Add the following zone.dragon.dropwizard : dropwizard-hk2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-hk2</artifactId>
    <version>3.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following zone.dragon.dropwizard : dropwizard-hk2 gradle dependency to your build.gradle file:

implementation 'zone.dragon.dropwizard:dropwizard-hk2:3.0.0'

Gradle Kotlin DSL: Add the following zone.dragon.dropwizard : dropwizard-hk2 gradle kotlin dependency to your build.gradle.kts file:

implementation("zone.dragon.dropwizard:dropwizard-hk2:3.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following zone.dragon.dropwizard : dropwizard-hk2 sbt scala dependency to your build.sbt file:

libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-hk2" % "3.0.0"