WebStub

Library for stubbing external HTTP dependencies

License

License

GroupId

GroupId

com.thoughtworks
ArtifactId

ArtifactId

web-stub
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

WebStub
Library for stubbing external HTTP dependencies
Project URL

Project URL

https://github.com/tusharm/WebStub

Download web-stub

How to add to project

<!-- https://jarcasting.com/artifacts/com.thoughtworks/web-stub/ -->
<dependency>
    <groupId>com.thoughtworks</groupId>
    <artifactId>web-stub</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks/web-stub/
implementation 'com.thoughtworks:web-stub:1.1.0'
// https://jarcasting.com/artifacts/com.thoughtworks/web-stub/
implementation ("com.thoughtworks:web-stub:1.1.0")
'com.thoughtworks:web-stub:jar:1.1.0'
<dependency org="com.thoughtworks" name="web-stub" rev="1.1.0">
  <artifact name="web-stub" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks', module='web-stub', version='1.1.0')
)
libraryDependencies += "com.thoughtworks" % "web-stub" % "1.1.0"
[com.thoughtworks/web-stub "1.1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
org.eclipse.jetty : jetty-server jar 8.1.5.v20120716
org.eclipse.jetty : jetty-servlet jar 8.1.5.v20120716
commons-lang : commons-lang jar 2.6
commons-collections : commons-collections jar 3.2.1
commons-io : commons-io jar 2.0.1
oro : oro jar 2.0.8

test (6)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
org.hamcrest : hamcrest-core jar 1.3
junit : junit jar 4.8.2
org.mockito : mockito-all jar 1.9.0-rc1
org.apache.httpcomponents : httpclient jar 4.2.3
org.scalatest : scalatest_2.10 jar 1.9.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.1
1.0.0