<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-client</artifactId> <version>3.9.5</version> </dependency>
implementation 'io.vertx:vertx-web-client:3.9.5'
implementation("io.vertx:vertx-web-client:3.9.5")
libraryDependencies += "io.vertx" % "vertx-web-client" % "3.9.5"
@Grapes( @Grab(group='io.vertx', module='vertx-web-client', version='3.9.5') )
<dependency org="io.vertx" name="vertx-web-client" rev="3.9.5" />
[io.vertx/vertx-web-client "3.9.5"]
'io.vertx:vertx-web-client:jar:3.9.5'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.9.5</version> </parent>
compile
|-- io.vertx:vertx-web-common
test
|-- io.vertx:vertx-unit