License |
License |
---|---|
GroupId | GroupIdcom.augustnagro |
ArtifactId | ArtifactIdvertx-async-await |
Version | Version0.1.1 |
Type | Typejar |
Description |
DescriptionVertx Async-Await
Async-Await support for Vertx using Virtual Threads
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
vertx-async-await-0.1.1.pom | |
vertx-async-await-0.1.1.jar | 7 KB |
vertx-async-await-0.1.1-sources.jar | 4 KB |
vertx-async-await-0.1.1-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.augustnagro/vertx-async-await/ -->
<dependency>
<groupId>com.augustnagro</groupId>
<artifactId>vertx-async-await</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.augustnagro/vertx-async-await/
implementation 'com.augustnagro:vertx-async-await:0.1.1'
// https://jarcasting.com/artifacts/com.augustnagro/vertx-async-await/
implementation ("com.augustnagro:vertx-async-await:0.1.1")
'com.augustnagro:vertx-async-await:jar:0.1.1'
<dependency org="com.augustnagro" name="vertx-async-await" rev="0.1.1">
<artifact name="vertx-async-await" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augustnagro', module='vertx-async-await', version='0.1.1')
)
libraryDependencies += "com.augustnagro" % "vertx-async-await" % "0.1.1"
[com.augustnagro/vertx-async-await "0.1.1"]
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 |