License |
License |
---|---|
GroupId | GroupIdcom.auth0.android |
ArtifactId | ArtifactIdjwtdecode |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionjwtdecode
JWT Decoding library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jwtdecode-2.0.1.pom | |
jwtdecode-2.0.1.aar | 11 KB |
jwtdecode-2.0.1-sources.jar | 6 KB |
jwtdecode-2.0.1-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.auth0.android/jwtdecode/ -->
<dependency>
<groupId>com.auth0.android</groupId>
<artifactId>jwtdecode</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.auth0.android/jwtdecode/
implementation 'com.auth0.android:jwtdecode:2.0.1'
// https://jarcasting.com/artifacts/com.auth0.android/jwtdecode/
implementation ("com.auth0.android:jwtdecode:2.0.1")
'com.auth0.android:jwtdecode:aar:2.0.1'
<dependency org="com.auth0.android" name="jwtdecode" rev="2.0.1">
<artifact name="jwtdecode" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.auth0.android', module='jwtdecode', version='2.0.1')
)
libraryDependencies += "com.auth0.android" % "jwtdecode" % "2.0.1"
[com.auth0.android/jwtdecode "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |
com.google.code.gson : gson | jar | 2.8.9 |