Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.hothub.module |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
spring-boot-common-1.0.9.pom | |
spring-boot-common-1.0.9.jar | 75 KB |
spring-boot-common-1.0.9-sources.jar | 54 KB |
spring-boot-common-1.0.9-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hothub.module/spring-boot-common/ -->
<dependency>
<groupId>org.hothub.module</groupId>
<artifactId>spring-boot-common</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub.module/spring-boot-common/
implementation 'org.hothub.module:spring-boot-common:1.0.9'
// https://jarcasting.com/artifacts/org.hothub.module/spring-boot-common/
implementation ("org.hothub.module:spring-boot-common:1.0.9")
'org.hothub.module:spring-boot-common:jar:1.0.9'
<dependency org="org.hothub.module" name="spring-boot-common" rev="1.0.9">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub.module', module='spring-boot-common', version='1.0.9')
)
libraryDependencies += "org.hothub.module" % "spring-boot-common" % "1.0.9"
[org.hothub.module/spring-boot-common "1.0.9"]