j

jwebunit-commons-tests

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