| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.staf |
| Идентификатор | Идентификаторjstaf |
| Последняя версия | Последняя версия3.4.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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/ .
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикIBM |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]