License |
License |
---|---|
GroupId | GroupIdcn.vorbote |
ArtifactId | ArtifactIdsimple-jwt |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionVorBotE :: SimpleJWT
A simple util of jwt implementation.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-jwt-1.0.2.pom | |
simple-jwt-1.0.2.jar | 6 KB |
simple-jwt-1.0.2-sources.jar | 6 KB |
simple-jwt-1.0.2-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/ -->
<dependency>
<groupId>cn.vorbote</groupId>
<artifactId>simple-jwt</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation 'cn.vorbote:simple-jwt:1.0.2'
// https://jarcasting.com/artifacts/cn.vorbote/simple-jwt/
implementation ("cn.vorbote:simple-jwt:1.0.2")
'cn.vorbote:simple-jwt:jar:1.0.2'
<dependency org="cn.vorbote" name="simple-jwt" rev="1.0.2">
<artifact name="simple-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.vorbote', module='simple-jwt', version='1.0.2')
)
libraryDependencies += "cn.vorbote" % "simple-jwt" % "1.0.2"
[cn.vorbote/simple-jwt "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.20 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.auth0 : java-jwt | jar | 3.4.0 |
cn.vorbote : commons | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |