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