Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdin.hocg.boot |
ArtifactId | ArtifactIdtest-spring-boot-starter |
Version | Version1.0.27 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/test-spring-boot-starter/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>test-spring-boot-starter</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/test-spring-boot-starter/
implementation 'in.hocg.boot:test-spring-boot-starter:1.0.27'
// https://jarcasting.com/artifacts/in.hocg.boot/test-spring-boot-starter/
implementation ("in.hocg.boot:test-spring-boot-starter:1.0.27")
'in.hocg.boot:test-spring-boot-starter:jar:1.0.27'
<dependency org="in.hocg.boot" name="test-spring-boot-starter" rev="1.0.27">
<artifact name="test-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='test-spring-boot-starter', version='1.0.27')
)
libraryDependencies += "in.hocg.boot" % "test-spring-boot-starter" % "1.0.27"
[in.hocg.boot/test-spring-boot-starter "1.0.27"]