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