License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.software-hhao |
ArtifactId | ArtifactIdhhao-spring-boot-starter |
Version | Version0.0.8 |
Type | Typejar |
Description |
DescriptionTop pom.xml file
|
<!-- https://jarcasting.com/artifacts/io.github.software-hhao/hhao-spring-boot-starter/ -->
<dependency>
<groupId>io.github.software-hhao</groupId>
<artifactId>hhao-spring-boot-starter</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.software-hhao/hhao-spring-boot-starter/
implementation 'io.github.software-hhao:hhao-spring-boot-starter:0.0.8'
// https://jarcasting.com/artifacts/io.github.software-hhao/hhao-spring-boot-starter/
implementation ("io.github.software-hhao:hhao-spring-boot-starter:0.0.8")
'io.github.software-hhao:hhao-spring-boot-starter:jar:0.0.8'
<dependency org="io.github.software-hhao" name="hhao-spring-boot-starter" rev="0.0.8">
<artifact name="hhao-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.software-hhao', module='hhao-spring-boot-starter', version='0.0.8')
)
libraryDependencies += "io.github.software-hhao" % "hhao-spring-boot-starter" % "0.0.8"
[io.github.software-hhao/hhao-spring-boot-starter "0.0.8"]
Group / Artifact | Type | Version |
---|---|---|
io.github.software-hhao : hhao-common-core | jar | 0.0.8 |
io.github.software-hhao : hhao-jackson | jar | 0.0.8 |
io.github.software-hhao : hhao-utils | jar | 0.0.8 |
org.springframework.boot : spring-boot-starter | jar | 2.6.3 |
org.springframework.boot : spring-boot-configuration-processor | jar | 2.6.3 |
org.hibernate.validator : hibernate-validator | jar | 6.2.0.Final |
com.github.xiaoymin : knife4j-spring-boot-starter Optional | jar | 3.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.9.8.RC3 |
org.aspectj : aspectjweaver | jar | 1.9.8.RC3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.3 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.junit.platform : junit-platform-launcher | jar | 1.8.2 |
org.assertj : assertj-core | jar | 3.21.0 |