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