Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdtop.infra |
ArtifactId | ArtifactIdspring-boot-test-support |
Version | Version1.0.2.U2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.infra/spring-boot-test-support/ -->
<dependency>
<groupId>top.infra</groupId>
<artifactId>spring-boot-test-support</artifactId>
<version>1.0.2.U2</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra/spring-boot-test-support/
implementation 'top.infra:spring-boot-test-support:1.0.2.U2'
// https://jarcasting.com/artifacts/top.infra/spring-boot-test-support/
implementation ("top.infra:spring-boot-test-support:1.0.2.U2")
'top.infra:spring-boot-test-support:jar:1.0.2.U2'
<dependency org="top.infra" name="spring-boot-test-support" rev="1.0.2.U2">
<artifact name="spring-boot-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra', module='spring-boot-test-support', version='1.0.2.U2')
)
libraryDependencies += "top.infra" % "spring-boot-test-support" % "1.0.2.U2"
[top.infra/spring-boot-test-support "1.0.2.U2"]