License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.staf |
ArtifactId | ArtifactIdjstaf |
Last Version | Last Version3.4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSTAF 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 |
Project Organization |
Project OrganizationIBM |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jstaf-3.4.4.pom | |
jstaf-3.4.4.jar | 101 KB |
jstaf-3.4.4-sources.jar | 61 KB |
jstaf-3.4.4-javadoc.jar | 258 KB |
Browse |
<!-- 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"]