v

vorbote-simple-jwt

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