MVN

com.bendb.dropwizard : common

Maven & Gradle

Dec 07, 2014
2 usages
78 stars

Common Jersey utility classes · Infrastructure classes for integrating with Jersey

<dependency>
    <groupId>com.bendb.dropwizard</groupId>
    <artifactId>common</artifactId>
    <version>0.7.1-5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.1-5

All Versions

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

Version Vulnerabilities Updated
0.7.x
common-0.7.1-5
common-0.7.1-4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.bendb.dropwizard</groupId>
    <artifactId>common</artifactId>
    <version>0.7.1-5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bendb.dropwizard : common gradle dependency to your build.gradle file:

implementation 'com.bendb.dropwizard:common:0.7.1-5'

Gradle Kotlin DSL: Add the following com.bendb.dropwizard : common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bendb.dropwizard:common:0.7.1-5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bendb.dropwizard : common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bendb.dropwizard" % "common" % "0.7.1-5"