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