| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.testifyproject.junit4 |
| Идентификатор | Идентификаторspring-system-test |
| Версия | Версия0.9.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-system-test-0.9.1.pom | |
| spring-system-test-0.9.1.jar | 9 KB |
| spring-system-test-0.9.1-sources.jar | 7 KB |
| spring-system-test-0.9.1-javadoc.jar | 35 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/ -->
<dependency>
<groupId>org.testifyproject.junit4</groupId>
<artifactId>spring-system-test</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/
implementation 'org.testifyproject.junit4:spring-system-test:0.9.1'
// https://jarcasting.com/artifacts/org.testifyproject.junit4/spring-system-test/
implementation ("org.testifyproject.junit4:spring-system-test:0.9.1")
'org.testifyproject.junit4:spring-system-test:jar:0.9.1'
<dependency org="org.testifyproject.junit4" name="spring-system-test" rev="0.9.1">
<artifact name="spring-system-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testifyproject.junit4', module='spring-system-test', version='0.9.1')
)
libraryDependencies += "org.testifyproject.junit4" % "spring-system-test" % "0.9.1"
[org.testifyproject.junit4/spring-system-test "0.9.1"]