is not current version
Last Version 0.1.7

org.simondean.vertx:vertx-async 0.1.6

Async helpers for Vert.x

GroupId

GroupId

org.simondean.vertx
ArtifactId

ArtifactId

vertx-async
Version

Version

0.1.6
Type

Type

jar

Download vertx-async 0.1.6


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