| GroupId | GroupIdcom.github.hetianyi | 
|---|---|
| ArtifactId | ArtifactIdspringboot-parent | 
| Version | VersionSB-2.7.0.RELEASE-1 | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| springboot-parent-SB-2.7.0.RELEASE-1.pom | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/ -->
<dependency>
    <groupId>com.github.hetianyi</groupId>
    <artifactId>springboot-parent</artifactId>
    <version>SB-2.7.0.RELEASE-1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/
implementation 'com.github.hetianyi:springboot-parent:SB-2.7.0.RELEASE-1'// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-parent/
implementation ("com.github.hetianyi:springboot-parent:SB-2.7.0.RELEASE-1")'com.github.hetianyi:springboot-parent:pom:SB-2.7.0.RELEASE-1'<dependency org="com.github.hetianyi" name="springboot-parent" rev="SB-2.7.0.RELEASE-1">
  <artifact name="springboot-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-parent', version='SB-2.7.0.RELEASE-1')
)libraryDependencies += "com.github.hetianyi" % "springboot-parent" % "SB-2.7.0.RELEASE-1"[com.github.hetianyi/springboot-parent "SB-2.7.0.RELEASE-1"]