MVN

com.github.jwt-scala : jwt-json4s-jackson_3

Maven & Gradle

Jul 15, 2023
662 stars

jwt-json4s-jackson · jwt-json4s-jackson

<dependency>
    <groupId>com.github.jwt-scala</groupId>
    <artifactId>jwt-json4s-jackson_3</artifactId>
    <version>9.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jwt-scala : jwt-json4s-jackson_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.4.3

All Versions

Choose a version of com.github.jwt-scala : jwt-json4s-jackson_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.4.x
jwt-json4s-jackson_3-9.4.3
jwt-json4s-jackson_3-9.4.2
jwt-json4s-jackson_3-9.4.1
jwt-json4s-jackson_3-9.4.0
9.3.x
jwt-json4s-jackson_3-9.3.0
9.2.x
jwt-json4s-jackson_3-9.2.0
9.1.x
jwt-json4s-jackson_3-9.1.2
jwt-json4s-jackson_3-9.1.1
jwt-json4s-jackson_3-9.1.0
9.0.x
jwt-json4s-jackson_3-9.0.6
jwt-json4s-jackson_3-9.0.5
jwt-json4s-jackson_3-9.0.4
jwt-json4s-jackson_3-9.0.3
jwt-json4s-jackson_3-9.0.2
jwt-json4s-jackson_3-9.0.1
jwt-json4s-jackson_3-9.0.0
8.0.x
jwt-json4s-jackson_3-8.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jwt-scala</groupId>
    <artifactId>jwt-json4s-jackson_3</artifactId>
    <version>9.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jwt-scala : jwt-json4s-jackson_3 gradle dependency to your build.gradle file:

implementation 'com.github.jwt-scala:jwt-json4s-jackson_3:9.4.3'

Gradle Kotlin DSL: Add the following com.github.jwt-scala : jwt-json4s-jackson_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jwt-scala:jwt-json4s-jackson_3:9.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jwt-scala : jwt-json4s-jackson_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jwt-scala" % "jwt-json4s-jackson_3" % "9.4.3"

Advertisement