restful-client

A project support to call restful api from client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

restful-client
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

restful-client
A project support to call restful api from client
Project Organization

Project Organization

Young Monkeys

Download restful-client

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.5.2
commons-codec : commons-codec jar 1.10
org.springframework : spring-core jar 4.3.5.RELEASE
org.springframework : spring-web jar 4.3.5.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.7.4
com.google.guava : guava jar 19.0
org.slf4j : slf4j-api jar 1.7.22

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8

test (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.3.3.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.3.3.RELEASE
com.tvd12 : test-util jar 1.0.0
org.springframework : spring-test jar 4.3.5.RELEASE
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.1
1.0.0