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