v

vorbote-simple-jwt

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