| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаtop.infra.cloud-ready |
| Идентификатор | Идентификаторspring-boot-test-support |
| Версия | Версия3.0.2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-test-support/ -->
<dependency>
<groupId>top.infra.cloud-ready</groupId>
<artifactId>spring-boot-test-support</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-test-support/
implementation 'top.infra.cloud-ready:spring-boot-test-support:3.0.2'
// https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-test-support/
implementation ("top.infra.cloud-ready:spring-boot-test-support:3.0.2")
'top.infra.cloud-ready:spring-boot-test-support:jar:3.0.2'
<dependency org="top.infra.cloud-ready" name="spring-boot-test-support" rev="3.0.2">
<artifact name="spring-boot-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.cloud-ready', module='spring-boot-test-support', version='3.0.2')
)
libraryDependencies += "top.infra.cloud-ready" % "spring-boot-test-support" % "3.0.2"
[top.infra.cloud-ready/spring-boot-test-support "3.0.2"]