is not current version
Last Version 4.3.1

io.vertx:vertx-web 3.9.13


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-web
Version

Version

3.9.13
Type

Type

jar

Download vertx-web 3.9.13


<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-web</artifactId>
    <version>3.9.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web/
implementation 'io.vertx:vertx-web:3.9.13'
// https://jarcasting.com/artifacts/io.vertx/vertx-web/
implementation ("io.vertx:vertx-web:3.9.13")
'io.vertx:vertx-web:jar:3.9.13'
<dependency org="io.vertx" name="vertx-web" rev="3.9.13">
  <artifact name="vertx-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web', version='3.9.13')
)
libraryDependencies += "io.vertx" % "vertx-web" % "3.9.13"
[io.vertx/vertx-web "3.9.13"]