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