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