Download jwebunit-core-1.4.1.jar file - Jar j

Jar examples for j:jwebunit-core

Description

The core API of JWebUnit. Define how tests should be written and interface for testing engines.

You can download jar file jwebunit-core 1.4.1 in this page.

Build File

You can use the following script to add jwebunit-core-1.4.1.jar to your project.

<dependency>
   <groupId>net.sourceforge.jwebunit</groupId>
   <artifactId>jwebunit-core</artifactId>
   <version>1.4.1</version>
</dependency>
compile group: 'net.sourceforge.jwebunit', name: 'jwebunit-core', version: '1.4.1'
libraryDependencies += "net.sourceforge.jwebunit" % "jwebunit-core" % "1.4.1"
<dependency org="net.sourceforge.jwebunit" name="jwebunit-core" rev="1.4.1"/>
@Grapes(@Grab(group='net.sourceforge.jwebunit', module='jwebunit-core', version='1.4.1'))
'net.sourceforge.jwebunit:jwebunit-core:jar:1.4.1'

Download

Click the following link to download the jar file.

jwebunit-core-1.4.1.jar
jwebunit-core-1.4.1-javadoc.jar
jwebunit-core-1.4.1.pom
jwebunit-core-1.4.1-sources.jar



Related Tutorials