is not current version
Last Version 1.0.3

com.github.hetianyi:springboot-parent SB-2.0.1.RELEASE-1

Parent pom based on Spring Boot 2.0.1.RELEASE.

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-parent
Version

Version

SB-2.0.1.RELEASE-1
Type

Type

pom

Download springboot-parent SB-2.0.1.RELEASE-1


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