j

jwt

A security focused JWT library
https://github.com/locke-chappel/oss-commons-jwt
MIT License
Locke-Chappel
Files download
File Operation
jwt-1.0.4.jar download
jwt-1.0.4.pom download
jwt-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.locke-chappel.oss.commons</groupId>
  <artifactId>jwt</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'io.github.locke-chappel.oss.commons:jwt:1.0.4'
Gradle Kotlin
implementation("io.github.locke-chappel.oss.commons:jwt:1.0.4")
Scala SBT
libraryDependencies += "io.github.locke-chappel.oss.commons" % "jwt" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='io.github.locke-chappel.oss.commons', module='jwt', version='1.0.4')
)
Apache Ivy
<dependency org="io.github.locke-chappel.oss.commons" name="jwt" rev="1.0.4" />
Leiningen
[io.github.locke-chappel.oss.commons/jwt "1.0.4"]
Apache Buildr
'io.github.locke-chappel.oss.commons:jwt:jar:1.0.4'