Jar examples for j:jwebunit-core
The core API of JWebUnit. Define how tests should be written and interface for testing engines.
You can download jar file jwebunit-core 2.3 in this page.
You can use the following script to add jwebunit-core-2.3.jar to your project.
<dependency> <groupId>net.sourceforge.jwebunit</groupId> <artifactId>jwebunit-core</artifactId> <version>2.3</version> </dependency>
compile group: 'net.sourceforge.jwebunit', name: 'jwebunit-core', version: '2.3'
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-core" % "2.3"
<dependency org="net.sourceforge.jwebunit" name="jwebunit-core" rev="2.3"/>
@Grapes(@Grab(group='net.sourceforge.jwebunit', module='jwebunit-core', version='2.3'))
'net.sourceforge.jwebunit:jwebunit-core:jar:2.3'
Click the following link to download the jar file.
jwebunit-core-2.3.jar