Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-web-client |
Version | Version3.8.4 |
Type | Typejar |
Filename | Size |
---|---|
vertx-web-client-3.8.4.pom | |
vertx-web-client-3.8.4.jar | 60 KB |
vertx-web-client-3.8.4-tests.jar | 77 KB |
vertx-web-client-3.8.4-test-sources.jar | 20 KB |
vertx-web-client-3.8.4-sources.jar | 52 KB |
vertx-web-client-3.8.4-javadoc.jar | 122 KB |
vertx-web-client-3.8.4-docs.zip | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-web-client/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-client</artifactId>
<version>3.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-web-client/
implementation 'io.vertx:vertx-web-client:3.8.4'
// https://jarcasting.com/artifacts/io.vertx/vertx-web-client/
implementation ("io.vertx:vertx-web-client:3.8.4")
'io.vertx:vertx-web-client:jar:3.8.4'
<dependency org="io.vertx" name="vertx-web-client" rev="3.8.4">
<artifact name="vertx-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-client', version='3.8.4')
)
libraryDependencies += "io.vertx" % "vertx-web-client" % "3.8.4"
[io.vertx/vertx-web-client "3.8.4"]