License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.hothub.module |
ArtifactId | ArtifactIdspring-boot-common |
Version | Version1.0.10 |
Type | Typejar |
Description |
DescriptionSpring Boot Common
|
Filename | Size |
---|---|
spring-boot-common-1.0.10.pom | |
spring-boot-common-1.0.10.jar | 76 KB |
spring-boot-common-1.0.10-sources.jar | 55 KB |
spring-boot-common-1.0.10-javadoc.jar | 313 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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.hothub.module/spring-boot-common/
implementation 'org.hothub.module:spring-boot-common:1.0.10'
// https://jarcasting.com/artifacts/org.hothub.module/spring-boot-common/
implementation ("org.hothub.module:spring-boot-common:1.0.10")
'org.hothub.module:spring-boot-common:jar:1.0.10'
<dependency org="org.hothub.module" name="spring-boot-common" rev="1.0.10">
<artifact name="spring-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hothub.module', module='spring-boot-common', version='1.0.10')
)
libraryDependencies += "org.hothub.module" % "spring-boot-common" % "1.0.10"
[org.hothub.module/spring-boot-common "1.0.10"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.2.6.RELEASE |
org.springframework.boot : spring-boot-starter-jdbc | jar | 2.2.6.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.6.RELEASE |
org.slf4j : slf4j-api | jar | 1.7.13 |