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