MVN

net.sf.staf : jstaf

Maven & Gradle

Feb 21, 2011
2 usages

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

<dependency>
    <groupId>net.sf.staf</groupId>
    <artifactId>jstaf</artifactId>
    <version>3.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.staf : jstaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.4

All Versions

Choose a version of net.sf.staf : jstaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
jstaf-3.4.4
3.3.x
jstaf-3.3.2

How to add a dependency to Maven

Add the following net.sf.staf : jstaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.staf</groupId>
    <artifactId>jstaf</artifactId>
    <version>3.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.staf : jstaf gradle dependency to your build.gradle file:

implementation 'net.sf.staf:jstaf:3.4.4'

Gradle Kotlin DSL: Add the following net.sf.staf : jstaf gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.staf:jstaf:3.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.staf : jstaf sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.staf" % "jstaf" % "3.4.4"