Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.infra.cloud-ready |
ArtifactId | ArtifactIdspring-boot-test-support |
Version | Version3.0.3 |
Type | Typejar |
<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-test-support/
implementation ("top.infra.cloud-ready:spring-boot-test-support:3.0.3")
'top.infra.cloud-ready:spring-boot-test-support:jar:3.0.3'
<dependency org="top.infra.cloud-ready" name="spring-boot-test-support" rev="3.0.3">
<artifact name="spring-boot-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.cloud-ready', module='spring-boot-test-support', version='3.0.3')
)
libraryDependencies += "top.infra.cloud-ready" % "spring-boot-test-support" % "3.0.3"
[top.infra.cloud-ready/spring-boot-test-support "3.0.3"]