resty
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty
| License | License | 
|---|---|
| GroupId | GroupIdcom.gregmarut.resty | 
| ArtifactId | ArtifactIdserver-it | 
| Last Version | Last Version1.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionProxy based REST client | 
| Filename | Size | 
|---|---|
| server-it-1.5.0.pom | |
| server-it-1.5.0.jar | 18 KB | 
| server-it-1.5.0-sources.jar | 15 KB | 
| server-it-1.5.0-javadoc.jar | 128 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/ -->
<dependency>
    <groupId>com.gregmarut.resty</groupId>
    <artifactId>server-it</artifactId>
    <version>1.5.0</version>
</dependency>// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation 'com.gregmarut.resty:server-it:1.5.0'// https://jarcasting.com/artifacts/com.gregmarut.resty/server-it/
implementation ("com.gregmarut.resty:server-it:1.5.0")'com.gregmarut.resty:server-it:jar:1.5.0'<dependency org="com.gregmarut.resty" name="server-it" rev="1.5.0">
  <artifact name="server-it" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gregmarut.resty', module='server-it', version='1.5.0')
)libraryDependencies += "com.gregmarut.resty" % "server-it" % "1.5.0"[com.gregmarut.resty/server-it "1.5.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 | 
| com.google.code.gson : gson | jar | 2.8.6 | 
| org.apache.httpcomponents : httpclient | jar | 4.5.10 | 
| org.springframework : spring-webmvc | jar | 4.2.0.RELEASE | 
| org.springframework.security : spring-security-web | jar | 4.0.2.RELEASE | 
| org.springframework.security : spring-security-config | jar | 4.0.2.RELEASE | 
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.13 | 
| cglib : cglib-nodep | jar | 3.1 | 
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 | 
| org.mockito : mockito-all | jar | 1.8.4 | 
A framework that allows for making rest calls via proxied interfaces
Maven Repository: https://mvnrepository.com/artifact/com.gregmarut.resty