is not current version
Last Version 3.3

net.sourceforge.jwebunit:jwebunit 3.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.jwebunit
ArtifactId

ArtifactId

jwebunit
Version

Version

3.1
Type

Type

pom

Download jwebunit 3.1

Filename Size
jwebunit-3.1.pom 24 KB
Browse

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