| License |
License |
|---|---|
| GroupId | GroupIdcom.augustnagro |
| ArtifactId | ArtifactIdvertx-async-await |
| Last Version | Last Version0.2.2 |
| Release Date | Release Date |
| 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.2.2.pom | |
| vertx-async-await-0.2.2.jar | 7 KB |
| vertx-async-await-0.2.2-sources.jar | 4 KB |
| vertx-async-await-0.2.2-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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.augustnagro/vertx-async-await/
implementation 'com.augustnagro:vertx-async-await:0.2.2'
// https://jarcasting.com/artifacts/com.augustnagro/vertx-async-await/
implementation ("com.augustnagro:vertx-async-await:0.2.2")
'com.augustnagro:vertx-async-await:jar:0.2.2'
<dependency org="com.augustnagro" name="vertx-async-await" rev="0.2.2">
<artifact name="vertx-async-await" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.augustnagro', module='vertx-async-await', version='0.2.2')
)
libraryDependencies += "com.augustnagro" % "vertx-async-await" % "0.2.2"
[com.augustnagro/vertx-async-await "0.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.vertx : vertx-core | jar | 4.2.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| io.vertx : vertx-web | jar | 4.2.4 |