MVN

org.apache.james : james-server-jwt

Maven & Gradle

Mar 23, 2023
3 usages

Apache James :: Server :: JWT

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-jwt</artifactId>
    <version>3.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.james : james-server-jwt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.4
  • Latest Release Candidate: 3.0.0-RC1

All Versions

Choose a version of org.apache.james : james-server-jwt to add to Maven or Gradle - All Versions:

  • Version Updated
  • james-server-jwt-3.7.4

    Mar 23, 2023
  • james-server-jwt-3.7.3

    Dec 30, 2022
  • james-server-jwt-3.7.2

    Oct 07, 2022
  • james-server-jwt-3.7.1

    Aug 26, 2022
  • james-server-jwt-3.7.0

    Mar 01, 2022
  • james-server-jwt-3.6.2

    Jan 26, 2022
  • james-server-jwt-3.6.0

    Apr 06, 2021
  • james-server-jwt-3.5.0

    Jul 16, 2020
  • james-server-jwt-3.4.0

    Sep 05, 2019
  • james-server-jwt-3.3.0

    Feb 08, 2019
  • james-server-jwt-3.2.0

    Nov 05, 2018
  • james-server-jwt-3.1.0

    Jul 27, 2018
  • james-server-jwt-3.0.1

    Oct 19, 2017
  • james-server-jwt-3.0.0

    Jul 18, 2017
  • james-server-jwt-3.0.0-RC1

    May 10, 2017

How to add a dependency to Maven

Add the following org.apache.james : james-server-jwt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.james</groupId>
    <artifactId>james-server-jwt</artifactId>
    <version>3.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.james : james-server-jwt gradle dependency to your build.gradle file:

implementation 'org.apache.james:james-server-jwt:3.7.4'

Gradle Kotlin DSL: Add the following org.apache.james : james-server-jwt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.james:james-server-jwt:3.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.james : james-server-jwt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.james" % "james-server-jwt" % "3.7.4"