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