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