GroupId | GroupIdcom.github.hetianyi |
---|---|
ArtifactId | ArtifactIdspringboot-ready |
Version | VersionSB-2.x.RELEASE-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>springboot-ready</artifactId>
<version>SB-2.x.RELEASE-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation 'com.github.hetianyi:springboot-ready:SB-2.x.RELEASE-1'
// https://jarcasting.com/artifacts/com.github.hetianyi/springboot-ready/
implementation ("com.github.hetianyi:springboot-ready:SB-2.x.RELEASE-1")
'com.github.hetianyi:springboot-ready:jar:SB-2.x.RELEASE-1'
<dependency org="com.github.hetianyi" name="springboot-ready" rev="SB-2.x.RELEASE-1">
<artifact name="springboot-ready" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='springboot-ready', version='SB-2.x.RELEASE-1')
)
libraryDependencies += "com.github.hetianyi" % "springboot-ready" % "SB-2.x.RELEASE-1"
[com.github.hetianyi/springboot-ready "SB-2.x.RELEASE-1"]