MVN

org.nmdp.service : common-dropwizard

Maven & Gradle

Aug 04, 2016

common-dropwizard · Common dropwizard

<dependency>
    <groupId>org.nmdp.service</groupId>
    <artifactId>common-dropwizard</artifactId>
    <version>3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nmdp.service : common-dropwizard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3
  • Latest Release Candidate: 0.0.1-RC1

All Versions

Choose a version of org.nmdp.service : common-dropwizard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3
common-dropwizard-3
2
common-dropwizard-2
1.0
common-dropwizard-1.0
0.0.x
common-dropwizard-0.0.1-RC1

How to add a dependency to Maven

Add the following org.nmdp.service : common-dropwizard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.nmdp.service</groupId>
    <artifactId>common-dropwizard</artifactId>
    <version>3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nmdp.service : common-dropwizard gradle dependency to your build.gradle file:

implementation 'org.nmdp.service:common-dropwizard:3'

Gradle Kotlin DSL: Add the following org.nmdp.service : common-dropwizard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nmdp.service:common-dropwizard:3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nmdp.service : common-dropwizard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nmdp.service" % "common-dropwizard" % "3"

Advertisement