j

jjwt-root

JSON Web Token support for the JVM and Android
https://github.com/jwtk/jjwt
Apache License, Version 2.0
jsonwebtoken.io
Files download
File Operation
jjwt-root-0.11.0.pom download
Apache Maven
<dependency>
  <groupId>io.jsonwebtoken</groupId>
  <artifactId>jjwt-root</artifactId>
  <version>0.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.jsonwebtoken:jjwt-root:0.11.0'
Gradle Kotlin
implementation("io.jsonwebtoken:jjwt-root:0.11.0")
Scala SBT
libraryDependencies += "io.jsonwebtoken" % "jjwt-root" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='io.jsonwebtoken', module='jjwt-root', version='0.11.0')
)
Apache Ivy
<dependency org="io.jsonwebtoken" name="jjwt-root" rev="0.11.0" />
Leiningen
[io.jsonwebtoken/jjwt-root "0.11.0"]
Apache Buildr
'io.jsonwebtoken:jjwt-root:jar:0.11.0'