MVN

com.github.toastshaman : dropwizard-auth-jwt

Maven & Gradle

Aug 05, 2017
6 usages
118 stars

dropwizard-auth-jwt · An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.

<dependency>
    <groupId>com.github.toastshaman</groupId>
    <artifactId>dropwizard-auth-jwt</artifactId>
    <version>1.1.2-0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.toastshaman : dropwizard-auth-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2-0

All Versions

Choose a version of com.github.toastshaman : dropwizard-auth-jwt to add to Maven or Gradle - All Versions:

  • Version Updated
  • dropwizard-auth-jwt-1.1.2-0

    Aug 05, 2017
  • dropwizard-auth-jwt-1.1.0-0

    Apr 15, 2017
  • dropwizard-auth-jwt-1.0.6-0

    Mar 19, 2017
  • dropwizard-auth-jwt-1.0.2-0

    Oct 05, 2016
  • dropwizard-auth-jwt-1.0.0-0

    Jul 31, 2016
  • dropwizard-auth-jwt-0.9.2-0

    Jan 25, 2016
  • dropwizard-auth-jwt-0.9.1-1

    Dec 02, 2015
  • dropwizard-auth-jwt-0.9.1-0

    Nov 06, 2015
  • dropwizard-auth-jwt-0.8.1-1

    May 18, 2015
  • dropwizard-auth-jwt-0.8.1-0

    May 05, 2015
  • dropwizard-auth-jwt-0.7.1-1

    Mar 04, 2015
  • dropwizard-auth-jwt-0.7.1-0

    Nov 15, 2014

How to add a dependency to Maven

Add the following com.github.toastshaman : dropwizard-auth-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.toastshaman</groupId>
    <artifactId>dropwizard-auth-jwt</artifactId>
    <version>1.1.2-0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.toastshaman : dropwizard-auth-jwt gradle dependency to your build.gradle file:

implementation 'com.github.toastshaman:dropwizard-auth-jwt:1.1.2-0'

Gradle Kotlin DSL: Add the following com.github.toastshaman : dropwizard-auth-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.toastshaman:dropwizard-auth-jwt:1.1.2-0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.toastshaman : dropwizard-auth-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.toastshaman" % "dropwizard-auth-jwt" % "1.1.2-0"