is not current version
Last Version 1.2.9-2552d7

zone.dragon.dropwizard:dropwizard-async 1.2.3-93259a

Enables the use of CompletableFuture and ListenableFuture as return types from resource methods

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

zone.dragon.dropwizard
ArtifactId

ArtifactId

dropwizard-async
Version

Version

1.2.3-93259a
Type

Type

jar

Download dropwizard-async 1.2.3-93259a


<!-- https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-async/ -->
<dependency>
    <groupId>zone.dragon.dropwizard</groupId>
    <artifactId>dropwizard-async</artifactId>
    <version>1.2.3-93259a</version>
</dependency>
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-async/
implementation 'zone.dragon.dropwizard:dropwizard-async:1.2.3-93259a'
// https://jarcasting.com/artifacts/zone.dragon.dropwizard/dropwizard-async/
implementation ("zone.dragon.dropwizard:dropwizard-async:1.2.3-93259a")
'zone.dragon.dropwizard:dropwizard-async:jar:1.2.3-93259a'
<dependency org="zone.dragon.dropwizard" name="dropwizard-async" rev="1.2.3-93259a">
  <artifact name="dropwizard-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='zone.dragon.dropwizard', module='dropwizard-async', version='1.2.3-93259a')
)
libraryDependencies += "zone.dragon.dropwizard" % "dropwizard-async" % "1.2.3-93259a"
[zone.dragon.dropwizard/dropwizard-async "1.2.3-93259a"]