| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools CLI User Interface |
| GroupId | GroupIdcom.github.antechrestos |
| ArtifactId | ArtifactIdrestclienttest |
| Last Version | Last Version1.1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionrest-client-test
A basic library that allows you to spring rest template on client side.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| restclienttest-1.1.1.pom | |
| restclienttest-1.1.1.jar | 20 KB |
| restclienttest-1.1.1-sources.jar | 13 KB |
| restclienttest-1.1.1-javadoc.jar | 69 KB |
| Browse |
<!-- 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"]
| 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 |