v

vorbote-simple-jwt

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