MVN

net.sourceforge.jwebunit : jwebunit

Maven & Gradle

Oct 09, 2015
18 stars

JWebUnit · JWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using HttpUnit and JUnit to create acceptance tests. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. JWebUnit is the result of these refactorings.

<dependency>
    <groupId>net.sourceforge.jwebunit</groupId>
    <artifactId>jwebunit</artifactId>
    <version>3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.jwebunit : jwebunit to add to Maven - Latest Versions:

  • Latest Stable: 3.3
  • Latest Release Candidate: 1.4-rc4

All Versions

Choose a version of net.sourceforge.jwebunit : jwebunit to add to Maven - All Versions:

Version Vulnerabilities Updated
3.3
jwebunit-3.3
3.2
jwebunit-3.2
3.1
jwebunit-3.1
3.0
jwebunit-3.0
2.5
jwebunit-2.5
2.4
jwebunit-2.4
2.3
jwebunit-2.3
2.2
jwebunit-2.2
2.1
jwebunit-2.1
2.0
jwebunit-2.0
1.5
jwebunit-1.5
1.4.x
jwebunit-1.4.1
1.4
jwebunit-1.4
jwebunit-1.4-rc4
jwebunit-1.4-rc3
jwebunit-1.4-rc2
jwebunit-1.4-rc1
1.3
jwebunit-1.3
jwebunit-1.3-rc2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sourceforge.jwebunit</groupId>
    <artifactId>jwebunit</artifactId>
    <version>3.3</version>
</dependency>