is not current version
Last Version 3.0.1

top.infra:spring-boot-commons 1.0.2.U4


Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

top.infra
ArtifactId

ArtifactId

spring-boot-commons
Version

Version

1.0.2.U4
Type

Type

jar

Download spring-boot-commons 1.0.2.U4


<!-- https://jarcasting.com/artifacts/top.infra/spring-boot-commons/ -->
<dependency>
    <groupId>top.infra</groupId>
    <artifactId>spring-boot-commons</artifactId>
    <version>1.0.2.U4</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra/spring-boot-commons/
implementation 'top.infra:spring-boot-commons:1.0.2.U4'
// https://jarcasting.com/artifacts/top.infra/spring-boot-commons/
implementation ("top.infra:spring-boot-commons:1.0.2.U4")
'top.infra:spring-boot-commons:jar:1.0.2.U4'
<dependency org="top.infra" name="spring-boot-commons" rev="1.0.2.U4">
  <artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra', module='spring-boot-commons', version='1.0.2.U4')
)
libraryDependencies += "top.infra" % "spring-boot-commons" % "1.0.2.U4"
[top.infra/spring-boot-commons "1.0.2.U4"]