is not current version
Last Version 1.0.10

org.hothub.module:spring-boot-common 1.0.8

Spring Boot Common

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.hothub.module
ArtifactId

ArtifactId

spring-boot-common
Version

Version

1.0.8
Type

Type

jar

Download spring-boot-common 1.0.8


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