resty
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty
| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcom.gregmarut.resty | 
| ArtifactId | ArtifactIdresty-client | 
| Last Version | Last Version1.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionProxy based REST client | 
| Filename | Size | 
|---|---|
| resty-client-1.5.0.pom | |
| resty-client-1.5.0.jar | 11 KB | 
| resty-client-1.5.0-sources.jar | 5 KB | 
| resty-client-1.5.0-javadoc.jar | 39 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/ -->
<dependency>
    <groupId>com.gregmarut.resty</groupId>
    <artifactId>resty-client</artifactId>
    <version>1.5.0</version>
</dependency>// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/
implementation 'com.gregmarut.resty:resty-client:1.5.0'// https://jarcasting.com/artifacts/com.gregmarut.resty/resty-client/
implementation ("com.gregmarut.resty:resty-client:1.5.0")'com.gregmarut.resty:resty-client:jar:1.5.0'<dependency org="com.gregmarut.resty" name="resty-client" rev="1.5.0">
  <artifact name="resty-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gregmarut.resty', module='resty-client', version='1.5.0')
)libraryDependencies += "com.gregmarut.resty" % "resty-client" % "1.5.0"[com.gregmarut.resty/resty-client "1.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.gregmarut.resty : resty-core | jar | 1.5.0 | 
| org.apache.httpcomponents : httpclient | jar | 4.5.10 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.gregmarut.resty : server-it | jar | 1.5.0 | 
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.8.4 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 | 
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty