is not current version
Last Version 4.3.1

io.vertx:vertx-web 3.5.3.CR1


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-web
Version

Version

3.5.3.CR1
Type

Type

jar

Download vertx-web 3.5.3.CR1


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