| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdtop.infra.cloud-ready |
| ArtifactId | ArtifactIdspring-boot-commons |
| Version | Version3.0.4 |
| Type | Typejar |
| Description |
DescriptionParent pom for maven based projects
|
<!-- https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-commons/ -->
<dependency>
<groupId>top.infra.cloud-ready</groupId>
<artifactId>spring-boot-commons</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-commons/
implementation 'top.infra.cloud-ready:spring-boot-commons:3.0.4'
// https://jarcasting.com/artifacts/top.infra.cloud-ready/spring-boot-commons/
implementation ("top.infra.cloud-ready:spring-boot-commons:3.0.4")
'top.infra.cloud-ready:spring-boot-commons:jar:3.0.4'
<dependency org="top.infra.cloud-ready" name="spring-boot-commons" rev="3.0.4">
<artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra.cloud-ready', module='spring-boot-commons', version='3.0.4')
)
libraryDependencies += "top.infra.cloud-ready" % "spring-boot-commons" % "3.0.4"
[top.infra.cloud-ready/spring-boot-commons "3.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.reflections : reflections | jar | |
| org.springframework : spring-webmvc | jar | |
| com.github.spotbugs : spotbugs-annotations Optional | jar | |
| net.jcip : jcip-annotations Optional | jar | |
| org.apache.commons : commons-lang3 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | |
| org.projectlombok : lombok | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.boot : spring-boot-starter-undertow | jar | |
| cn.home1.log-config : logback-test-config | jar | 3.0.2 |