文件下载
文件名 操作
simple-jwt-1.0.0.jar 下载
simple-jwt-1.0.0.pom 下载
simple-jwt-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.shmilyhe</groupId>
  <artifactId>simple-jwt</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.shmilyhe:simple-jwt:1.0.0'
Gradle Kotlin
implementation("io.github.shmilyhe:simple-jwt:1.0.0")
Scala SBT
libraryDependencies += "io.github.shmilyhe" % "simple-jwt" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shmilyhe', module='simple-jwt', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.shmilyhe" name="simple-jwt" rev="1.0.0" />
Leiningen
[io.github.shmilyhe/simple-jwt "1.0.0"]
Apache Buildr
'io.github.shmilyhe:simple-jwt:jar:1.0.0'