is not current version
Last Version 3.0.0

com.hubrick.vertx:vertx-rest-client 2.3.0

Vert.x REST client

Categories

Categories

CLI User Interface
GroupId

GroupId

com.hubrick.vertx
ArtifactId

ArtifactId

vertx-rest-client
Version

Version

2.3.0
Type

Type

jar

Download vertx-rest-client 2.3.0


<!-- https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/ -->
<dependency>
    <groupId>com.hubrick.vertx</groupId>
    <artifactId>vertx-rest-client</artifactId>
    <version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/
implementation 'com.hubrick.vertx:vertx-rest-client:2.3.0'
// https://jarcasting.com/artifacts/com.hubrick.vertx/vertx-rest-client/
implementation ("com.hubrick.vertx:vertx-rest-client:2.3.0")
'com.hubrick.vertx:vertx-rest-client:jar:2.3.0'
<dependency org="com.hubrick.vertx" name="vertx-rest-client" rev="2.3.0">
  <artifact name="vertx-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hubrick.vertx', module='vertx-rest-client', version='2.3.0')
)
libraryDependencies += "com.hubrick.vertx" % "vertx-rest-client" % "2.3.0"
[com.hubrick.vertx/vertx-rest-client "2.3.0"]