v

vorbote-simple-jwt

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