HttpUnit

A library for testing websites programmatically

License

License

MIT
GroupId

GroupId

org.httpunit
ArtifactId

ArtifactId

httpunit
Last Version

Last Version

1.7.3
Release Date

Release Date

Type

Type

jar
Description

Description

HttpUnit
A library for testing websites programmatically
Project URL

Project URL

http://www.httpunit.org
Source Code Management

Source Code Management

https://github.com/russgold/httpunit

Download httpunit

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
rhino : js jar 1.6R5
junit : junit jar 4.10
nekohtml : nekohtml jar 0.9.5
javax.servlet : servlet-api jar 2.4
net.sf.jtidy : jtidy jar r938
xerces : xercesImpl jar 2.6.1
xerces : xmlParserAPIs jar 2.6.1

test (1)

Group / Artifact Type Version
javax.mail : mail jar 1.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.3
1.7.2