j

jwebunit-commons-tests

All test cases that each plugin should pass.
Files download
File Operation
jwebunit-commons-tests-1.4.1.jar download
jwebunit-commons-tests-1.4.1.pom download
jwebunit-commons-tests-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sourceforge.jwebunit</groupId>
  <artifactId>jwebunit-commons-tests</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.jwebunit:jwebunit-commons-tests:1.4.1'
Gradle Kotlin
implementation("net.sourceforge.jwebunit:jwebunit-commons-tests:1.4.1")
Scala SBT
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-commons-tests" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.jwebunit', module='jwebunit-commons-tests', version='1.4.1')
)
Apache Ivy
<dependency org="net.sourceforge.jwebunit" name="jwebunit-commons-tests" rev="1.4.1" />
Leiningen
[net.sourceforge.jwebunit/jwebunit-commons-tests "1.4.1"]
Apache Buildr
'net.sourceforge.jwebunit:jwebunit-commons-tests:jar:1.4.1'