rest-client-test

A basic library that allows you to spring rest template on client side.

License

License

Categories

Categories

Ant Build Tools CLI User Interface
GroupId

GroupId

com.github.antechrestos
ArtifactId

ArtifactId

restclienttest
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

rest-client-test
A basic library that allows you to spring rest template on client side.
Project URL

Project URL

https://github.com/antechrestos/rest-client-test

Download restclienttest

How to add to project

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

Dependencies

provided (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8
junit : junit jar 4.10
org.springframework : spring-web jar 4.0.0.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.6.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1.0
1.0.0