MVN

nl.open : java-jwt-nodependencies

Maven & Gradle

Nov 05, 2017

java-jwt-nodependencies · This is a drop in replacement for the auth0 java-jwt library (see https://github.com/auth0/java-jwt). This jar makes sure there are no external dependencies (e.g. fasterXml, Apacha Commons) needed. This is useful when deploying to an application server (e.g. tomcat with Alfreso or Pega).

<dependency>
    <groupId>nl.open</groupId>
    <artifactId>java-jwt-nodependencies</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.open : java-jwt-nodependencies to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0

All Versions

Choose a version of nl.open : java-jwt-nodependencies to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
java-jwt-nodependencies-3.2.0

How to add a dependency to Maven

Add the following nl.open : java-jwt-nodependencies maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.open</groupId>
    <artifactId>java-jwt-nodependencies</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.open : java-jwt-nodependencies gradle dependency to your build.gradle file:

implementation 'nl.open:java-jwt-nodependencies:3.2.0'

Gradle Kotlin DSL: Add the following nl.open : java-jwt-nodependencies gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.open:java-jwt-nodependencies:3.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.open : java-jwt-nodependencies sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.open" % "java-jwt-nodependencies" % "3.2.0"

Advertisement