License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdsimple-jwt |
Version | Version3.0.0.BETA |
Type | Typejar |
Description |
DescriptionVorBotE :: SimpleJWT
A simple util of jwt implementation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-jwt-3.0.0.BETA.pom | |
simple-jwt-3.0.0.BETA.jar | 10 KB |
simple-jwt-3.0.0.BETA-sources.jar | 8 KB |
simple-jwt-3.0.0.BETA-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>simple-jwt</artifactId>
<version>3.0.0.BETA</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation 'cn.vorbote:simple-jwt:3.0.0.BETA'
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation ("cn.vorbote:simple-jwt:3.0.0.BETA")
'cn.vorbote:simple-jwt:jar:3.0.0.BETA'
<dependency org="cn.vorbote" name="simple-jwt" rev="3.0.0.BETA">
<artifact name="simple-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='simple-jwt', version='3.0.0.BETA')
)
libraryDependencies += "cn.vorbote" % "simple-jwt" % "3.0.0.BETA"
[cn.vorbote/simple-jwt "3.0.0.BETA"]
Group / Artifact | Type | Version |
---|---|---|
cn.vorbote : core | jar | 3.0.0.BETA |
com.auth0 : java-jwt | jar | 3.18.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |