springboot-parent

Base parent pom for Spring Boot 2.0.1.RELEASE.

License

License

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-parent
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

pom
Description

Description

springboot-parent
Base parent pom for Spring Boot 2.0.1.RELEASE.
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/springboot-parent

Download springboot-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-parent</artifactId>
    <version>1.0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/
implementation 'com.github.hetianyi:springboot-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/
implementation ("com.github.hetianyi:springboot-parent:1.0.3")
'com.github.hetianyi:springboot-parent:pom:1.0.3'
<dependency org="com.github.hetianyi" name="springboot-parent" rev="1.0.3">
  <artifact name="springboot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-parent', version='1.0.3')
)
libraryDependencies += "com.github.hetianyi" % "springboot-parent" % "1.0.3"
[com.github.hetianyi/springboot-parent "1.0.3"]

Dependencies

compile (2)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar 1.18.10
com.google.guava : guava Optional jar 28.1-jre

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0
SB-2.7.0.RELEASE-1
SB-2.5.2.RELEASE-1
SB-2.2.2.RELEASE-6
SB-2.2.2.RELEASE-5
SB-2.2.2.RELEASE-4
SB-2.2.2.RELEASE-3
SB-2.2.2.RELEASE-2
SB-2.2.2.RELEASE-1
SB-2.0.1.RELEASE-2
SB-2.0.1.RELEASE-1