GroupId | GroupIdio.vertx |
---|---|
ArtifactId | ArtifactIdvertx-http-proxy |
Version | Version4.1.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-http-proxy/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-http-proxy</artifactId>
<version>4.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-http-proxy/
implementation 'io.vertx:vertx-http-proxy:4.1.7'
// https://jarcasting.com/artifacts/io.vertx/vertx-http-proxy/
implementation ("io.vertx:vertx-http-proxy:4.1.7")
'io.vertx:vertx-http-proxy:jar:4.1.7'
<dependency org="io.vertx" name="vertx-http-proxy" rev="4.1.7">
<artifact name="vertx-http-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-http-proxy', version='4.1.7')
)
libraryDependencies += "io.vertx" % "vertx-http-proxy" % "4.1.7"
[io.vertx/vertx-http-proxy "4.1.7"]