is not current version
Last Version 1.0.3

com.github.hetianyi:springboot-parent 1.0.2

Base parent pom for Spring Boot 2.2.2.RELEASE.

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-parent
Version

Version

1.0.2
Type

Type

pom

Download springboot-parent 1.0.2


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