<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-http-proxy</artifactId> <version>4.1.5</version> </dependency>
implementation 'io.vertx:vertx-http-proxy:4.1.5'
implementation("io.vertx:vertx-http-proxy:4.1.5")
libraryDependencies += "io.vertx" % "vertx-http-proxy" % "4.1.5"
@Grapes( @Grab(group='io.vertx', module='vertx-http-proxy', version='4.1.5') )
<dependency org="io.vertx" name="vertx-http-proxy" rev="4.1.5" />
[io.vertx/vertx-http-proxy "4.1.5"]
'io.vertx:vertx-http-proxy:jar:4.1.5'
<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