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