| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.nordstrom.tools |
| Идентификатор | Идентификаторjunit-foundation |
| Версия | Версия17.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеJUnit Foundation
This is the foundation framework for JUnit automation
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-foundation-17.0.0.pom | |
| junit-foundation-17.0.0.jar | 95 KB |
| junit-foundation-17.0.0-sources.jar | 58 KB |
| junit-foundation-17.0.0-javadoc.jar | 618 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/ -->
<dependency>
<groupId>com.nordstrom.tools</groupId>
<artifactId>junit-foundation</artifactId>
<version>17.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation 'com.nordstrom.tools:junit-foundation:17.0.0'
// https://jarcasting.com/artifacts/com.nordstrom.tools/junit-foundation/
implementation ("com.nordstrom.tools:junit-foundation:17.0.0")
'com.nordstrom.tools:junit-foundation:jar:17.0.0'
<dependency org="com.nordstrom.tools" name="junit-foundation" rev="17.0.0">
<artifact name="junit-foundation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nordstrom.tools', module='junit-foundation', version='17.0.0')
)
libraryDependencies += "com.nordstrom.tools" % "junit-foundation" % "17.0.0"
[com.nordstrom.tools/junit-foundation "17.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.nordstrom.tools : java-utils | jar | 3.0.0 |
| com.nordstrom.tools : settings | jar | 3.0.0 |
| junit : junit | jar | 4.13.2 |
| net.bytebuddy : byte-buddy | jar | 1.12.10 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| pl.pragmatists : JUnitParams | jar | 1.1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.testng : testng | jar | 7.5 |
| net.bytebuddy : byte-buddy-agent | jar | 1.12.10 |
| org.powermock : powermock-module-junit4 | jar | 2.0.9 |
| org.powermock : powermock-api-mockito2 | jar | 2.0.9 |