Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-web-client |
Version | Version3.8.3-01 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
<version>3.8.3-01</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web-client/
implementation 'io.vertx:vertx-web-client:3.8.3-01'
// https://jarcasting.com/artifacts/io.vertx/vertx-web-client/
implementation ("io.vertx:vertx-web-client:3.8.3-01")
'io.vertx:vertx-web-client:jar:3.8.3-01'
<dependency org="io.vertx" name="vertx-web-client" rev="3.8.3-01">
<artifact name="vertx-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-client', version='3.8.3-01')
)
libraryDependencies += "io.vertx" % "vertx-web-client" % "3.8.3-01"
[io.vertx/vertx-web-client "3.8.3-01"]