Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.hubrick.vertx |
ArtifactId | ArtifactIdvertx-rest-client |
Version | Version1.3.2 |
Type | Typejar |
Filename | Size |
---|---|
vertx-rest-client-1.3.2.pom | |
vertx-rest-client-1.3.2.jar | 77 KB |
vertx-rest-client-1.3.2-sources.jar | 60 KB |
vertx-rest-client-1.3.2-mod.zip | 3 MB |
vertx-rest-client-1.3.2-javadoc.jar | 315 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/ -->
<dependency>
<groupId>com.hubrick.vertx</groupId>
<artifactId>vertx-rest-client</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/
implementation 'com.hubrick.vertx:vertx-rest-client:1.3.2'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/
implementation ("com.hubrick.vertx:vertx-rest-client:1.3.2")
'com.hubrick.vertx:vertx-rest-client:jar:1.3.2'
<dependency org="com.hubrick.vertx" name="vertx-rest-client" rev="1.3.2">
<artifact name="vertx-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-rest-client', version='1.3.2')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-rest-client" % "1.3.2"
[com.hubrick.vertx/vertx-rest-client "1.3.2"]