Last Version

Vert.x REST client 3.0.0

Vert.x REST client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.hubrick.vertx
ArtifactId

ArtifactId

vertx-rest-client
Version

Version

3.0.0
Type

Type

jar
Description

Description

Vert.x REST client
Vert.x REST client
Project URL

Project URL

https://github.com/hubrick/vertx-rest-client
Source Code Management

Source Code Management

http://github.com/hubrick/vertx-rest-client.git

Download vertx-rest-client 3.0.0


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

Dependencies

compile (8)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.5.5
com.fasterxml.jackson.core : jackson-databind jar 2.5.5
com.google.guava : guava jar 21.0
com.google.code.findbugs : jsr305 jar 3.0.2
io.reactivex : rxjava jar 1.3.8
org.apache.commons : commons-collections4 jar 4.1
org.slf4j : slf4j-api jar 1.7.25
io.reactivex.rxjava2 : rxjava jar 2.1.16

provided (1)

Group / Artifact Type Version
io.vertx : vertx-core jar 3.4.1

test (7)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.7.22
org.mock-server : mockserver-netty jar 3.10.5
io.vertx : vertx-unit jar 3.4.1
org.hamcrest : hamcrest-all jar 1.3
commons-fileupload : commons-fileupload jar 1.3.2
net.javacrumbs.json-unit : json-unit jar 1.22.0

Project Modules

There are no modules declared in this project.