<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web</artifactId> <version>3.9.7</version> </dependency>
implementation 'io.vertx:vertx-web:3.9.7'
implementation("io.vertx:vertx-web:3.9.7")
libraryDependencies += "io.vertx" % "vertx-web" % "3.9.7"
@Grapes( @Grab(group='io.vertx', module='vertx-web', version='3.9.7') )
<dependency org="io.vertx" name="vertx-web" rev="3.9.7" />
[io.vertx/vertx-web "3.9.7"]
'io.vertx:vertx-web:jar:3.9.7'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.9.7</version> </parent>
compile
|-- io.vertx:vertx-web-common
|-- 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
|-- org.mockito:mockito-core:2.22.0