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