MVN

com.github.jwt-scala : jwt-argonaut_2.13

Maven & Gradle

Jul 15, 2023
662 stars

jwt-argonaut · jwt-argonaut

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

Latest Version

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

  • Latest Stable: 9.4.3

All Versions

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

Version Vulnerabilities Updated
9.4.x
jwt-argonaut_2.13-9.4.3
jwt-argonaut_2.13-9.4.2
jwt-argonaut_2.13-9.4.1
jwt-argonaut_2.13-9.4.0
9.3.x
jwt-argonaut_2.13-9.3.0
9.2.x
jwt-argonaut_2.13-9.2.0
9.1.x
jwt-argonaut_2.13-9.1.2
jwt-argonaut_2.13-9.1.1
jwt-argonaut_2.13-9.1.0
9.0.x
jwt-argonaut_2.13-9.0.6
jwt-argonaut_2.13-9.0.5
jwt-argonaut_2.13-9.0.4
jwt-argonaut_2.13-9.0.3
jwt-argonaut_2.13-9.0.2
jwt-argonaut_2.13-9.0.1
jwt-argonaut_2.13-9.0.0
8.0.x
jwt-argonaut_2.13-8.0.3
jwt-argonaut_2.13-8.0.2
jwt-argonaut_2.13-8.0.1
jwt-argonaut_2.13-8.0.0
7.1.x
jwt-argonaut_2.13-7.1.5
jwt-argonaut_2.13-7.1.4
jwt-argonaut_2.13-7.1.3
jwt-argonaut_2.13-7.1.2
jwt-argonaut_2.13-7.1.1
jwt-argonaut_2.13-7.1.0
7.0.x
jwt-argonaut_2.13-7.0.0
6.0.x
jwt-argonaut_2.13-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jwt-scala</groupId>
    <artifactId>jwt-argonaut_2.13</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-argonaut_2.13 gradle dependency to your build.gradle file:

implementation 'com.github.jwt-scala:jwt-argonaut_2.13:9.4.3'

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

implementation("com.github.jwt-scala:jwt-argonaut_2.13:9.4.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jwt-scala" % "jwt-argonaut_2.13" % "9.4.3"

Advertisement