MVN

com.github.mambabosso : dropwizard-auth-jwt

Maven & Gradle

Apr 28, 2020
1 stars

dropwizard-auth-jwt · A simple to use dropwizard jwt auth library

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

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
dropwizard-auth-jwt-1.2
1.1
dropwizard-auth-jwt-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mambabosso</groupId>
    <artifactId>dropwizard-auth-jwt</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mambabosso:dropwizard-auth-jwt:1.2'

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

implementation("com.github.mambabosso:dropwizard-auth-jwt:1.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mambabosso" % "dropwizard-auth-jwt" % "1.2"