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