GroupId | GroupIdcn.spark2fire |
---|---|
ArtifactId | ArtifactIdauth-jwt |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
auth-jwt-0.0.5.pom | |
auth-jwt-0.0.5.jar | 6 KB |
auth-jwt-0.0.5-sources.jar | 3 KB |
auth-jwt-0.0.5-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.spark2fire/auth-jwt/ -->
<dependency>
<groupId>cn.spark2fire</groupId>
<artifactId>auth-jwt</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.spark2fire/auth-jwt/
implementation 'cn.spark2fire:auth-jwt:0.0.5'
// https://jarcasting.com/artifacts/cn.spark2fire/auth-jwt/
implementation ("cn.spark2fire:auth-jwt:0.0.5")
'cn.spark2fire:auth-jwt:jar:0.0.5'
<dependency org="cn.spark2fire" name="auth-jwt" rev="0.0.5">
<artifact name="auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.spark2fire', module='auth-jwt', version='0.0.5')
)
libraryDependencies += "cn.spark2fire" % "auth-jwt" % "0.0.5"
[cn.spark2fire/auth-jwt "0.0.5"]