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