License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.lujian.cloud |
ArtifactId | ArtifactIdspring-boot-web-parent |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionCloud Spring Boot Web Parent
Parent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
spring-boot-web-parent-0.0.4.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lujian.cloud/spring-boot-web-parent/ -->
<dependency>
<groupId>org.lujian.cloud</groupId>
<artifactId>spring-boot-web-parent</artifactId>
<version>0.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.lujian.cloud/spring-boot-web-parent/
implementation 'org.lujian.cloud:spring-boot-web-parent:0.0.4'
// https://jarcasting.com/artifacts/org.lujian.cloud/spring-boot-web-parent/
implementation ("org.lujian.cloud:spring-boot-web-parent:0.0.4")
'org.lujian.cloud:spring-boot-web-parent:pom:0.0.4'
<dependency org="org.lujian.cloud" name="spring-boot-web-parent" rev="0.0.4">
<artifact name="spring-boot-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.lujian.cloud', module='spring-boot-web-parent', version='0.0.4')
)
libraryDependencies += "org.lujian.cloud" % "spring-boot-web-parent" % "0.0.4"
[org.lujian.cloud/spring-boot-web-parent "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.lujian.cloud : common | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-starter-actuator | jar | |
org.springframework.boot : spring-boot-starter-freemarker | jar | |
com.taobao.arthas : arthas-spring-boot-starter | jar | 3.4.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : log4j-over-slf4j | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-devtools | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |