MVN

zone.dragon.dropwizard : dropwizard-async

Maven & Gradle

Aug 10, 2019
0 stars

Dropwizard :: Async Support · Enables the use of CompletableFuture and ListenableFuture as return types from resource methods

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-async</artifactId>
    <version>1.2.9-2552d7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.9-2552d7

All Versions

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

Version Vulnerabilities Updated
1.2.x
dropwizard-async-1.2.9-2552d7
dropwizard-async-1.2.3-93259a
1.1.x
dropwizard-async-1.1.1-260dd0
1.0.x
dropwizard-async-1.0.12-d039f6

How to add a dependency to Maven

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

<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-async</artifactId>
    <version>1.2.9-2552d7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'zone.dragon.dropwizard:dropwizard-async:1.2.9-2552d7'

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

implementation("zone.dragon.dropwizard:dropwizard-async:1.2.9-2552d7")

How to add a dependency to SBT Scala

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

libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-async" % "1.2.9-2552d7"

Advertisement