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