<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web</artifactId> <version>3.3.2</version> </dependency>
implementation 'io.vertx:vertx-web:3.3.2'
implementation("io.vertx:vertx-web:3.3.2")
libraryDependencies += "io.vertx" % "vertx-web" % "3.3.2"
@Grapes( @Grab(group='io.vertx', module='vertx-web', version='3.3.2') )
<dependency org="io.vertx" name="vertx-web" rev="3.3.2" />
[io.vertx/vertx-web "3.3.2"]
'io.vertx:vertx-web:jar:3.3.2'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.3.2</version> </parent>
compile
|-- io.vertx:vertx-auth-common
|-- io.vertx:vertx-auth-jwt
|-- io.vertx:vertx-auth-oauth2
test
|-- io.vertx:vertx-unit
|-- io.vertx:vertx-auth-shiro
|-- org.slf4j:slf4j-api:1.7.12
|-- io.vertx:vertx-hazelcast
|-- com.hazelcast:hazelcast:3.4