GroupId | GroupIdorg.simondean.vertx |
---|---|
ArtifactId | ArtifactIdvertx-async |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
vertx-async-0.1.5.pom | |
vertx-async-0.1.5.jar | 17 KB |
vertx-async-0.1.5-sources.jar | 8 KB |
vertx-async-0.1.5-mod.zip | 13 KB |
vertx-async-0.1.5-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/ -->
<dependency>
<groupId>org.simondean.vertx</groupId>
<artifactId>vertx-async</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation 'org.simondean.vertx:vertx-async:0.1.5'
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation ("org.simondean.vertx:vertx-async:0.1.5")
'org.simondean.vertx:vertx-async:jar:0.1.5'
<dependency org="org.simondean.vertx" name="vertx-async" rev="0.1.5">
<artifact name="vertx-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simondean.vertx', module='vertx-async', version='0.1.5')
)
libraryDependencies += "org.simondean.vertx" % "vertx-async" % "0.1.5"
[org.simondean.vertx/vertx-async "0.1.5"]