| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface jjwt Security | 
| GroupId | GroupIdcom.10duke.client.jwt | 
| ArtifactId | ArtifactIdjjwt | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptioncom.10duke.client.jwt:jjwt io.jsonwebtoken -bindings for JWT-processing | 
| Filename | Size | 
|---|---|
| jjwt-1.1.0.pom | |
| jjwt-1.1.0.jar | 4 KB | 
| jjwt-1.1.0-sources.jar | 4 KB | 
| jjwt-1.1.0-javadoc.jar | 401 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.10duke.client.jwt/jjwt/ -->
<dependency>
    <groupId>com.10duke.client.jwt</groupId>
    <artifactId>jjwt</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/com.10duke.client.jwt/jjwt/
implementation 'com.10duke.client.jwt:jjwt:1.1.0'// https://jarcasting.com/artifacts/com.10duke.client.jwt/jjwt/
implementation ("com.10duke.client.jwt:jjwt:1.1.0")'com.10duke.client.jwt:jjwt:jar:1.1.0'<dependency org="com.10duke.client.jwt" name="jjwt" rev="1.1.0">
  <artifact name="jjwt" type="jar" />
</dependency>@Grapes(
@Grab(group='com.10duke.client.jwt', module='jjwt', version='1.1.0')
)libraryDependencies += "com.10duke.client.jwt" % "jjwt" % "1.1.0"[com.10duke.client.jwt/jjwt "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.10duke.client.jwt : api | jar | 1.1.0 | 
| io.jsonwebtoken : jjwt-api | jar | 0.10.7 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| io.jsonwebtoken : jjwt-impl | jar | 0.10.7 | 
| io.jsonwebtoken : jjwt-jackson | jar | 0.10.7 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 | 
| org.assertj : assertj-core | jar | 3.13.2 |