License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdsimple-jwt |
Version | Version2.4.1 |
Type | Typejar |
Description |
DescriptionVorBotE :: SimpleJWT
A simple util of jwt implementation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-jwt-2.4.1.pom | |
simple-jwt-2.4.1.jar | 9 KB |
simple-jwt-2.4.1-sources.jar | 7 KB |
simple-jwt-2.4.1-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>simple-jwt</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation 'cn.vorbote:simple-jwt:2.4.1'
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation ("cn.vorbote:simple-jwt:2.4.1")
'cn.vorbote:simple-jwt:jar:2.4.1'
<dependency org="cn.vorbote" name="simple-jwt" rev="2.4.1">
<artifact name="simple-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='simple-jwt', version='2.4.1')
)
libraryDependencies += "cn.vorbote" % "simple-jwt" % "2.4.1"
[cn.vorbote/simple-jwt "2.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0 : java-jwt | jar | 3.18.1 |
cn.vorbote : commons | jar | 2.4.1 |
cn.vorbote : common-utils | jar | 2.4.1 |
cn.vorbote : time-lib | jar | 2.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |