j

jwt-models

JWT library driven by domain driven design
https://bitbucket.org/imreit/jwt-models
The MIT License (MIT)
Imre Tabur
Files download
File Operation
jwt-models-1.0.13.jar download
jwt-models-1.0.13.pom download
jwt-models-1.0.13-sources.jar download
Apache Maven
<dependency>
  <groupId>info.setmy.jwt</groupId>
  <artifactId>jwt-models</artifactId>
  <version>1.0.13</version>
</dependency>
Gradle Groovy
implementation 'info.setmy.jwt:jwt-models:1.0.13'
Gradle Kotlin
implementation("info.setmy.jwt:jwt-models:1.0.13")
Scala SBT
libraryDependencies += "info.setmy.jwt" % "jwt-models" % "1.0.13"
Groovy Grape
@Grapes(
  @Grab(group='info.setmy.jwt', module='jwt-models', version='1.0.13')
)
Apache Ivy
<dependency org="info.setmy.jwt" name="jwt-models" rev="1.0.13" />
Leiningen
[info.setmy.jwt/jwt-models "1.0.13"]
Apache Buildr
'info.setmy.jwt:jwt-models:jar:1.0.13'