MVN

de.jakobjarosch.dropwizard : dropwizard-guice

Maven & Gradle

Jun 03, 2016
0 stars

Dropwizard Guice Intergration · A minimalistic integration of guice and dropwizard.

<dependency>
    <groupId>de.jakobjarosch.dropwizard</groupId>
    <artifactId>dropwizard-guice</artifactId>
    <version>0.9.2-2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.jakobjarosch.dropwizard : dropwizard-guice to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.2-2

All Versions

Choose a version of de.jakobjarosch.dropwizard : dropwizard-guice to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
dropwizard-guice-0.9.2-2
dropwizard-guice-0.9.2-1

How to add a dependency to Maven

Add the following de.jakobjarosch.dropwizard : dropwizard-guice maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.jakobjarosch.dropwizard</groupId>
    <artifactId>dropwizard-guice</artifactId>
    <version>0.9.2-2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.jakobjarosch.dropwizard : dropwizard-guice gradle dependency to your build.gradle file:

implementation 'de.jakobjarosch.dropwizard:dropwizard-guice:0.9.2-2'

Gradle Kotlin DSL: Add the following de.jakobjarosch.dropwizard : dropwizard-guice gradle kotlin dependency to your build.gradle.kts file:

implementation("de.jakobjarosch.dropwizard:dropwizard-guice:0.9.2-2")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.jakobjarosch.dropwizard : dropwizard-guice sbt scala dependency to your build.sbt file:

libraryDependencies += "de.jakobjarosch.dropwizard" % "dropwizard-guice" % "0.9.2-2"