| GroupId | GroupIdcn.stylefeng.roses |
|---|---|
| ArtifactId | ArtifactIdauth-sdk |
| Version | Version7.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| auth-sdk-7.0.0.pom | |
| auth-sdk-7.0.0.jar | 18 KB |
| auth-sdk-7.0.0-sources.jar | 15 KB |
| auth-sdk-7.0.0-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/auth-sdk/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>auth-sdk</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/auth-sdk/
implementation 'cn.stylefeng.roses:auth-sdk:7.0.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/auth-sdk/
implementation ("cn.stylefeng.roses:auth-sdk:7.0.0")
'cn.stylefeng.roses:auth-sdk:jar:7.0.0'
<dependency org="cn.stylefeng.roses" name="auth-sdk" rev="7.0.0">
<artifact name="auth-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='auth-sdk', version='7.0.0')
)
libraryDependencies += "cn.stylefeng.roses" % "auth-sdk" % "7.0.0"
[cn.stylefeng.roses/auth-sdk "7.0.0"]