License |
License |
---|---|
GroupId | GroupIdcom.augustnagro |
ArtifactId | ArtifactIdvertx-loom |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertx-Loom
Async-Await support for Vertx using Project Loom
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-loom-0.1.0.pom | |
vertx-loom-0.1.0.jar | 5 KB |
vertx-loom-0.1.0-sources.jar | 4 KB |
vertx-loom-0.1.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.augustnagro/vertx-loom/ -->
<dependency>
<groupId>com.augustnagro</groupId>
<artifactId>vertx-loom</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.augustnagro/vertx-loom/
implementation 'com.augustnagro:vertx-loom:0.1.0'
// https://jarcasting.com/artifacts/com.augustnagro/vertx-loom/
implementation ("com.augustnagro:vertx-loom:0.1.0")
'com.augustnagro:vertx-loom:jar:0.1.0'
<dependency org="com.augustnagro" name="vertx-loom" rev="0.1.0">
<artifact name="vertx-loom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augustnagro', module='vertx-loom', version='0.1.0')
)
libraryDependencies += "com.augustnagro" % "vertx-loom" % "0.1.0"
[com.augustnagro/vertx-loom "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.vertx : vertx-core | jar | 4.1.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
io.vertx : vertx-unit | jar | 4.1.5 |
io.vertx : vertx-web | jar | 4.1.5 |