MVN

com.hmsonline : dropwizard-spring

Maven & Gradle

May 19, 2015
66 stars

Dropwizard-spring · Spring Integration for DropWizard

<dependency>
    <groupId>com.hmsonline</groupId>
    <artifactId>dropwizard-spring</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hmsonline : dropwizard-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.4

All Versions

Choose a version of com.hmsonline : dropwizard-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
dropwizard-spring-0.6.1
dropwizard-spring-0.6.0
0.5.x
dropwizard-spring-0.5.4
dropwizard-spring-0.5.3
dropwizard-spring-0.5.2
dropwizard-spring-0.5.1
dropwizard-spring-0.5.0
0.4.x
dropwizard-spring-0.4.0
0.3.x
dropwizard-spring-0.3.0
0.2.x
dropwizard-spring-0.2.0
0.1.x
dropwizard-spring-0.1.2
dropwizard-spring-0.1.1

How to add a dependency to Maven

Add the following com.hmsonline : dropwizard-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hmsonline</groupId>
    <artifactId>dropwizard-spring</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hmsonline : dropwizard-spring gradle dependency to your build.gradle file:

implementation 'com.hmsonline:dropwizard-spring:0.5.4'

Gradle Kotlin DSL: Add the following com.hmsonline : dropwizard-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hmsonline:dropwizard-spring:0.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hmsonline : dropwizard-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hmsonline" % "dropwizard-spring" % "0.5.4"

Advertisement