| Группа | Группаcom.github.shoothzj |
|---|---|
| Идентификатор | Идентификаторspringboot-sdk |
| Версия | Версия3.0.8.RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| springboot-sdk-3.0.8.RELEASE.pom | |
| springboot-sdk-3.0.8.RELEASE.jar | 4 KB |
| springboot-sdk-3.0.8.RELEASE-sources.jar | 3 KB |
| springboot-sdk-3.0.8.RELEASE-javadoc.jar | 406 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/springboot-sdk/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>springboot-sdk</artifactId>
<version>3.0.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/springboot-sdk/
implementation 'com.github.shoothzj:springboot-sdk:3.0.8.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/springboot-sdk/
implementation ("com.github.shoothzj:springboot-sdk:3.0.8.RELEASE")
'com.github.shoothzj:springboot-sdk:jar:3.0.8.RELEASE'
<dependency org="com.github.shoothzj" name="springboot-sdk" rev="3.0.8.RELEASE">
<artifact name="springboot-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='springboot-sdk', version='3.0.8.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "springboot-sdk" % "3.0.8.RELEASE"
[com.github.shoothzj/springboot-sdk "3.0.8.RELEASE"]