STAF Java API

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/ .

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.staf
ArtifactId

ArtifactId

jstaf
Last Version

Last Version

3.4.4
Release Date

Release Date

Type

Type

jar
Description

Description

STAF Java API
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/ .
Project URL

Project URL

http://staf.sourceforge.net/
Project Organization

Project Organization

IBM
Source Code Management

Source Code Management

http://staf.cvs.sourceforge.net/viewvc/staf/

Download jstaf

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.staf/jstaf/ -->
<dependency>
    <groupId>net.sf.staf</groupId>
    <artifactId>jstaf</artifactId>
    <version>3.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.staf/jstaf/
implementation 'net.sf.staf:jstaf:3.4.4'
// https://jarcasting.com/artifacts/net.sf.staf/jstaf/
implementation ("net.sf.staf:jstaf:3.4.4")
'net.sf.staf:jstaf:jar:3.4.4'
<dependency org="net.sf.staf" name="jstaf" rev="3.4.4">
  <artifact name="jstaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.staf', module='jstaf', version='3.4.4')
)
libraryDependencies += "net.sf.staf" % "jstaf" % "3.4.4"
[net.sf.staf/jstaf "3.4.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.4
3.3.2