j

jjwt-root

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