| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdtop.infra |
| ArtifactId | ArtifactIdspring-boot-commons |
| Version | Version3.0.1 |
| Type | Typejar |
| Description |
DescriptionParent pom for maven based projects
|
<!-- https://jarcasting.com/artifacts/top.infra/spring-boot-commons/ -->
<dependency>
<groupId>top.infra</groupId>
<artifactId>spring-boot-commons</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.infra/spring-boot-commons/
implementation 'top.infra:spring-boot-commons:3.0.1'
// https://jarcasting.com/artifacts/top.infra/spring-boot-commons/
implementation ("top.infra:spring-boot-commons:3.0.1")
'top.infra:spring-boot-commons:jar:3.0.1'
<dependency org="top.infra" name="spring-boot-commons" rev="3.0.1">
<artifact name="spring-boot-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.infra', module='spring-boot-commons', version='3.0.1')
)
libraryDependencies += "top.infra" % "spring-boot-commons" % "3.0.1"
[top.infra/spring-boot-commons "3.0.1"]
| 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 : logback-test-config | jar | 3.0.1 |