Download jstaf-3.3.2.jar file - Jar j

Jar examples for j:jstaf

Description

The Software Testing Automation Framework (STAF) is an open source, multi-platform, multi-language framework designed around the idea of reusable components, called services (such as process invocation, resource management, logging, and monitoring). STAF removes the tedium of building an automation infrastructure, thus enabling you to focus on building your automation solution. The STAF framework provides the foundation upon which to build higher level solutions, and provides a pluggable approach supported across a large variety of platforms and languages. This component contains the STAF Java API (http://staf.sourceforge.net/current/STAFJava.htm ) only. For more information see http://staf.sourceforge.net/ .

You can download jar file jstaf 3.3.2 in this page.

License

Eclipse Public License, v1.0

Build File

You can use the following script to add jstaf-3.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

jstaf-3.3.2.jar
jstaf-3.3.2.pom



Related Tutorials