com.gregmarut.resty:server-it

Proxy based REST client

License

License

GroupId

GroupId

com.gregmarut.resty
ArtifactId

ArtifactId

server-it
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

Proxy based REST client

Download server-it

How to add to project

<!-- 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"]

Dependencies

compile (9)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.mockito : mockito-all jar 1.8.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.5.0
1.4.4
1.4.2
1.4.0