| License |
License |
|---|---|
| GroupId | GroupIdorg.simondean.vertx |
| ArtifactId | ArtifactIdvertx-async |
| Version | Version0.1.7 |
| Type | Typejar |
| Description |
Descriptionvertx-async
Async helpers for Vert.x
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| vertx-async-0.1.7.pom | |
| vertx-async-0.1.7.jar | 24 KB |
| vertx-async-0.1.7-sources.jar | 12 KB |
| vertx-async-0.1.7-mod.zip | 20 KB |
| vertx-async-0.1.7-javadoc.jar | 137 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/ -->
<dependency>
<groupId>org.simondean.vertx</groupId>
<artifactId>vertx-async</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation 'org.simondean.vertx:vertx-async:0.1.7'
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation ("org.simondean.vertx:vertx-async:0.1.7")
'org.simondean.vertx:vertx-async:jar:0.1.7'
<dependency org="org.simondean.vertx" name="vertx-async" rev="0.1.7">
<artifact name="vertx-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simondean.vertx', module='vertx-async', version='0.1.7')
)
libraryDependencies += "org.simondean.vertx" % "vertx-async" % "0.1.7"
[org.simondean.vertx/vertx-async "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 2.1.5 |
| io.vertx : vertx-platform | jar | 2.1.5 |
| io.vertx : vertx-hazelcast | jar | 2.1.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| io.vertx : testtools | jar | 2.0.3-final |
| org.assertj : assertj-core | jar | 3.0.0 |