httpunit
A library for testing websites
Project
- Open Source hosted at https://github.com/russgold/httpunit
- Maven based Java project including Unit tests
License |
License |
---|---|
GroupId | GroupIdorg.httpunit |
ArtifactId | ArtifactIdhttpunit |
Last Version | Last Version1.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHttpUnit
A library for testing websites programmatically
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpunit-1.7.3.pom | |
httpunit-1.7.3.jar | 514 KB |
httpunit-1.7.3-sources.jar | 430 KB |
httpunit-1.7.3-javadoc.jar | 1 MB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
javax.mail : mail | jar | 1.4 |
A library for testing websites