GroupId | GroupIdorg.simondean.vertx |
---|---|
ArtifactId | ArtifactIdvertx-async |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
vertx-async-0.1.4.pom | |
vertx-async-0.1.4.jar | 17 KB |
vertx-async-0.1.4-sources.jar | 8 KB |
vertx-async-0.1.4-mod.zip | 13 KB |
vertx-async-0.1.4-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.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation 'org.simondean.vertx:vertx-async:0.1.4'
// https://jarcasting.com/artifacts/org.simondean.vertx/vertx-async/
implementation ("org.simondean.vertx:vertx-async:0.1.4")
'org.simondean.vertx:vertx-async:jar:0.1.4'
<dependency org="org.simondean.vertx" name="vertx-async" rev="0.1.4">
<artifact name="vertx-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.simondean.vertx', module='vertx-async', version='0.1.4')
)
libraryDependencies += "org.simondean.vertx" % "vertx-async" % "0.1.4"
[org.simondean.vertx/vertx-async "0.1.4"]