<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web</artifactId> <version>3.5.4</version> </dependency>
implementation 'io.vertx:vertx-web:3.5.4'
implementation("io.vertx:vertx-web:3.5.4")
libraryDependencies += "io.vertx" % "vertx-web" % "3.5.4"
@Grapes( @Grab(group='io.vertx', module='vertx-web', version='3.5.4') )
<dependency org="io.vertx" name="vertx-web" rev="3.5.4" />
[io.vertx/vertx-web "3.5.4"]
'io.vertx:vertx-web:jar:3.5.4'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.5.4</version> </parent>
compile
|-- io.vertx:vertx-auth-common
|-- io.vertx:vertx-bridge-common
|-- io.vertx:vertx-auth-jwt
|-- io.vertx:vertx-auth-oauth2
|-- io.vertx:vertx-auth-htdigest
test
|-- io.vertx:vertx-unit
|-- io.vertx:vertx-auth-shiro
|-- org.slf4j:slf4j-api:1.7.21
|-- io.vertx:vertx-web-client
|-- org.mockito:mockito-core:2.7.22