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