License |
License |
---|---|
GroupId | GroupIdcom.github.hazendaz.httpunit |
ArtifactId | ArtifactIdhttpunit |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpunit
A library for testing websites programmatically
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
httpunit-1.8.0.pom | |
httpunit-1.8.0.jar | 531 KB |
httpunit-1.8.0-tests.jar | 430 KB |
httpunit-1.8.0-test-sources.jar | 271 KB |
httpunit-1.8.0-test-javadoc.jar | 487 KB |
httpunit-1.8.0-sources.jar | 429 KB |
httpunit-1.8.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hazendaz.httpunit/httpunit/ -->
<dependency>
<groupId>com.github.hazendaz.httpunit</groupId>
<artifactId>httpunit</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hazendaz.httpunit/httpunit/
implementation 'com.github.hazendaz.httpunit:httpunit:1.8.0'
// https://jarcasting.com/artifacts/com.github.hazendaz.httpunit/httpunit/
implementation ("com.github.hazendaz.httpunit:httpunit:1.8.0")
'com.github.hazendaz.httpunit:httpunit:jar:1.8.0'
<dependency org="com.github.hazendaz.httpunit" name="httpunit" rev="1.8.0">
<artifact name="httpunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hazendaz.httpunit', module='httpunit', version='1.8.0')
)
libraryDependencies += "com.github.hazendaz.httpunit" % "httpunit" % "1.8.0"
[com.github.hazendaz.httpunit/httpunit "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mozilla : rhino | jar | 1.7.13 |
junit : junit | jar | 4.13.2 |
net.sourceforge.nekohtml : nekohtml | jar | 1.9.22 |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
net.sf.jtidy : jtidy | jar | r938 |
xerces : xercesImpl | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.mojo : animal-sniffer-annotations | jar | 1.20 |
com.google.errorprone : error_prone_annotations | jar | 2.6.0 |
org.hibernate.validator : hibernate-validator-annotation-processor | jar | 6.2.0.Final |
com.google.j2objc : j2objc-annotations | jar | 1.3 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
org.gaul : modernizer-maven-annotations | jar | 2.2.0 |
org.projectlombok : lombok | jar | 1.18.20 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.mail : jakarta.mail | jar | 1.6.7 |