| License | License | 
|---|---|
| GroupId | GroupIdcom.v1ok | 
| ArtifactId | ArtifactIdjwt-auth | 
| Last Version | Last Version0.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjwt-auth jwt auth | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| jwt-auth-0.0.2.pom | |
| jwt-auth-0.0.2.jar | 20 KB | 
| jwt-auth-0.0.2-sources.jar | 11 KB | 
| jwt-auth-0.0.2-javadoc.jar | 118 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.v1ok/jwt-auth/ -->
<dependency>
    <groupId>com.v1ok</groupId>
    <artifactId>jwt-auth</artifactId>
    <version>0.0.2</version>
</dependency>// https://jarcasting.com/artifacts/com.v1ok/jwt-auth/
implementation 'com.v1ok:jwt-auth:0.0.2'// https://jarcasting.com/artifacts/com.v1ok/jwt-auth/
implementation ("com.v1ok:jwt-auth:0.0.2")'com.v1ok:jwt-auth:jar:0.0.2'<dependency org="com.v1ok" name="jwt-auth" rev="0.0.2">
  <artifact name="jwt-auth" type="jar" />
</dependency>@Grapes(
@Grab(group='com.v1ok', module='jwt-auth', version='0.0.2')
)libraryDependencies += "com.v1ok" % "jwt-auth" % "0.0.2"[com.v1ok/jwt-auth "0.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| io.jsonwebtoken : jjwt | jar | 0.9.1 | 
| commons-codec : commons-codec | jar | 1.14 | 
| org.projectlombok : lombok Optional | jar | 1.18.12 | 
| org.apache.commons : commons-lang3 | jar | 3.10 | 
| org.slf4j : slf4j-api | jar | 1.7.30 |