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