spring-boot-parent
Base pom for spring-boot projects
License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.subchen |
ArtifactId | ArtifactIdspring-boot-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot-parent
base pom for spring-boot projects
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-parent-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/
implementation 'com.github.subchen:spring-boot-parent:1.0.0'
// https://jarcasting.com/artifacts/com.github.subchen/spring-boot-parent/
implementation ("com.github.subchen:spring-boot-parent:1.0.0")
'com.github.subchen:spring-boot-parent:pom:1.0.0'
<dependency org="com.github.subchen" name="spring-boot-parent" rev="1.0.0">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='spring-boot-parent', version='1.0.0')
)
libraryDependencies += "com.github.subchen" % "spring-boot-parent" % "1.0.0"
[com.github.subchen/spring-boot-parent "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.5.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.5.RELEASE |
Base pom for spring-boot projects