Download testium-0.3.4.jar file - Jar t

Jar examples for t:testium

Description

A flexible and plugin-able test execution framework.

You can download jar file testium 0.3.4 in this page.

License

GNU Lesser General Public License - version 3

Build File

You can use the following script to add testium-0.3.4.jar to your project.

<dependency>
   <groupId>net.sf.testium</groupId>
   <artifactId>testium</artifactId>
   <version>0.3.4</version>
</dependency>
compile group: 'net.sf.testium', name: 'testium', version: '0.3.4'
libraryDependencies += "net.sf.testium" % "testium" % "0.3.4"
<dependency org="net.sf.testium" name="testium" rev="0.3.4"/>
@Grapes(@Grab(group='net.sf.testium', module='testium', version='0.3.4'))
'net.sf.testium:testium:jar:0.3.4'

Download

Click the following link to download the jar file.

testium-0.3.4-javadoc.jar
testium-0.3.4-sources.jar
testium-0.3.4.jar
testium-0.3.4.pom



Related Tutorials