h

heimdall-jwt

Heimdall Jwt Processor
https://github.com/luterc/heimdall
Files download
File Operation
heimdall-jwt-1.1.4.jar download
heimdall-jwt-1.1.4.pom download
heimdall-jwt-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luterc</groupId>
  <artifactId>heimdall-jwt</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.luterc:heimdall-jwt:1.1.4'
Gradle Kotlin
implementation("com.github.luterc:heimdall-jwt:1.1.4")
Scala SBT
libraryDependencies += "com.github.luterc" % "heimdall-jwt" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luterc', module='heimdall-jwt', version='1.1.4')
)
Apache Ivy
<dependency org="com.github.luterc" name="heimdall-jwt" rev="1.1.4" />
Leiningen
[com.github.luterc/heimdall-jwt "1.1.4"]
Apache Buildr
'com.github.luterc:heimdall-jwt:jar:1.1.4'