Files download
File Operation
jjwt-root-0.12.2.pom download
Apache Maven
<dependency>
  <groupId>io.jsonwebtoken</groupId>
  <artifactId>jjwt-root</artifactId>
  <version>0.12.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.jsonwebtoken:jjwt-root:0.12.2'
Gradle Kotlin
implementation("io.jsonwebtoken:jjwt-root:0.12.2")
Scala SBT
libraryDependencies += "io.jsonwebtoken" % "jjwt-root" % "0.12.2"
Groovy Grape
@Grapes(
  @Grab(group='io.jsonwebtoken', module='jjwt-root', version='0.12.2')
)
Apache Ivy
<dependency org="io.jsonwebtoken" name="jjwt-root" rev="0.12.2" />
Leiningen
[io.jsonwebtoken/jjwt-root "0.12.2"]
Apache Buildr
'io.jsonwebtoken:jjwt-root:jar:0.12.2'