| License |
License |
|---|---|
| GroupId | GroupIdcn.har01d |
| ArtifactId | ArtifactIdauth-jwt |
| Version | Version0.0.4 |
| Type | Typejar |
| Description |
DescriptionToken service for authentication, support Redis, database, memory and JWT Token.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| auth-jwt-0.0.4.pom | |
| auth-jwt-0.0.4.jar | 6 KB |
| auth-jwt-0.0.4-sources.jar | 3 KB |
| auth-jwt-0.0.4-javadoc.jar | 265 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.har01d/auth-jwt/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>auth-jwt</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/auth-jwt/
implementation 'cn.har01d:auth-jwt:0.0.4'
// https://jarcasting.com/artifacts/cn.har01d/auth-jwt/
implementation ("cn.har01d:auth-jwt:0.0.4")
'cn.har01d:auth-jwt:jar:0.0.4'
<dependency org="cn.har01d" name="auth-jwt" rev="0.0.4">
<artifact name="auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='auth-jwt', version='0.0.4')
)
libraryDependencies += "cn.har01d" % "auth-jwt" % "0.0.4"
[cn.har01d/auth-jwt "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.har01d : auth-core | jar | 0.0.4 |
| io.jsonwebtoken : jjwt-api | jar | 0.11.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.11.2 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.11.2 |