MVN

info.setmy.jwt : jwt-models

Maven & Gradle

May 25, 2018

jwt-models · JWT library driven by domain driven design

<dependency>
    <groupId>info.setmy.jwt</groupId>
    <artifactId>jwt-models</artifactId>
    <version>1.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.setmy.jwt : jwt-models to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of info.setmy.jwt : jwt-models to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jwt-models-1.0.13
jwt-models-1.0.12
jwt-models-1.0.11
jwt-models-1.0.10
jwt-models-1.0.9
jwt-models-1.0.8
jwt-models-1.0.7
jwt-models-1.0.6
jwt-models-1.0.5

How to add a dependency to Maven

Add the following info.setmy.jwt : jwt-models maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.setmy.jwt</groupId>
    <artifactId>jwt-models</artifactId>
    <version>1.0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.setmy.jwt : jwt-models gradle dependency to your build.gradle file:

implementation 'info.setmy.jwt:jwt-models:1.0.13'

Gradle Kotlin DSL: Add the following info.setmy.jwt : jwt-models gradle kotlin dependency to your build.gradle.kts file:

implementation("info.setmy.jwt:jwt-models:1.0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.setmy.jwt : jwt-models sbt scala dependency to your build.sbt file:

libraryDependencies += "info.setmy.jwt" % "jwt-models" % "1.0.13"