<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-http-proxy</artifactId> <version>4.4.3</version> </dependency>
implementation 'io.vertx:vertx-http-proxy:4.4.3'
implementation("io.vertx:vertx-http-proxy:4.4.3")
libraryDependencies += "io.vertx" % "vertx-http-proxy" % "4.4.3"
@Grapes( @Grab(group='io.vertx', module='vertx-http-proxy', version='4.4.3') )
<dependency org="io.vertx" name="vertx-http-proxy" rev="4.4.3" />
[io.vertx/vertx-http-proxy "4.4.3"]
'io.vertx:vertx-http-proxy:jar:4.4.3'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>38</version> </parent>
compile
|-- io.vertx:vertx-core
|-- org.slf4j:slf4j-api:1.7.16
provided
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codegen
test
|-- junit:junit:4.13.1
|-- io.vertx:vertx-unit
|-- com.github.tomakehurst:wiremock-standalone:2.6.0