Http Server for Integration Testing

A library for testing HTTP client code.

License

License

GroupId

GroupId

com.truward.it.httpserver
ArtifactId

ArtifactId

http-server-it
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Http Server for Integration Testing
A library for testing HTTP client code.

Download http-server-it

How to add to project

<!-- https://jarcasting.com/artifacts/com.truward.it.httpserver/http-server-it/ -->
<dependency>
    <groupId>com.truward.it.httpserver</groupId>
    <artifactId>http-server-it</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.truward.it.httpserver/http-server-it/
implementation 'com.truward.it.httpserver:http-server-it:1.0.2'
// https://jarcasting.com/artifacts/com.truward.it.httpserver/http-server-it/
implementation ("com.truward.it.httpserver:http-server-it:1.0.2")
'com.truward.it.httpserver:http-server-it:jar:1.0.2'
<dependency org="com.truward.it.httpserver" name="http-server-it" rev="1.0.2">
  <artifact name="http-server-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.truward.it.httpserver', module='http-server-it', version='1.0.2')
)
libraryDependencies += "com.truward.it.httpserver" % "http-server-it" % "1.0.2"
[com.truward.it.httpserver/http-server-it "1.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.httpcomponents : httpcore jar 4.2.1
org.slf4j : slf4j-api jar 1.6.1
org.slf4j : jcl-over-slf4j jar 1.6.1

provided (1)

Group / Artifact Type Version
commons-logging : commons-logging jar 1.1.1

test (10)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.6.1
org.apache.httpcomponents : httpclient jar 4.2.1
org.apache.commons : commons-lang3 jar 3.0.1
org.springframework : spring-test jar 3.1.1.RELEASE
org.springframework : spring-aspects jar 3.1.1.RELEASE
org.springframework : spring-context-support jar 3.1.1.RELEASE
org.springframework : spring-context jar 3.1.1.RELEASE
org.springframework : spring-web jar 3.1.1.RELEASE
junit : junit jar 4.8.2
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2