| Категории |
КатегорииTestNG Тестирование компонентов |
|---|---|
| Группа | Группаcom.nordstrom.tools |
| Идентификатор | Идентификаторtestng-foundation |
| Последняя версия | Последняя версия4.0.0-j8 |
| Дата | Дата |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| testng-foundation-4.0.0-j8.pom | |
| testng-foundation-4.0.0-j8.jar | 29 KB |
| testng-foundation-4.0.0-j8-sources.jar | 27 KB |
| testng-foundation-4.0.0-j8-javadoc.jar | 100 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>testng-foundation</artifactId>
<version>4.0.0-j8</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/
implementation 'com.nordstrom.tools:testng-foundation:4.0.0-j8'
// https://jarcasting.com/artifacts/com.nordstrom.tools/testng-foundation/
implementation ("com.nordstrom.tools:testng-foundation:4.0.0-j8")
'com.nordstrom.tools:testng-foundation:jar:4.0.0-j8'
<dependency org="com.nordstrom.tools" name="testng-foundation" rev="4.0.0-j8">
<artifact name="testng-foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='testng-foundation', version='4.0.0-j8')
)
libraryDependencies += "com.nordstrom.tools" % "testng-foundation" % "4.0.0-j8"
[com.nordstrom.tools/testng-foundation "4.0.0-j8"]