MVN

com.emarsys : jwt-akka-http_3

Maven & Gradle

Aug 25, 2023
7 stars

jwt-akka-http · jwt-akka-http

<dependency>
    <groupId>com.emarsys</groupId>
    <artifactId>jwt-akka-http_3</artifactId>
    <version>1.4.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.emarsys : jwt-akka-http_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.52

All Versions

Choose a version of com.emarsys : jwt-akka-http_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jwt-akka-http_3-1.4.52
jwt-akka-http_3-1.4.51
jwt-akka-http_3-1.4.33
jwt-akka-http_3-1.4.32
jwt-akka-http_3-1.4.31
jwt-akka-http_3-1.4.30
jwt-akka-http_3-1.4.29
jwt-akka-http_3-1.4.28
jwt-akka-http_3-1.4.27
jwt-akka-http_3-1.4.26
jwt-akka-http_3-1.4.25
jwt-akka-http_3-1.4.24
jwt-akka-http_3-1.4.23
jwt-akka-http_3-1.4.22
jwt-akka-http_3-1.4.21
jwt-akka-http_3-1.4.20
jwt-akka-http_3-1.4.19
jwt-akka-http_3-1.4.18
jwt-akka-http_3-1.4.17
jwt-akka-http_3-1.4.16
jwt-akka-http_3-1.4.15
jwt-akka-http_3-1.4.14
jwt-akka-http_3-1.4.13
jwt-akka-http_3-1.4.12
jwt-akka-http_3-1.4.11
jwt-akka-http_3-1.4.10
jwt-akka-http_3-1.4.9
jwt-akka-http_3-1.4.8
jwt-akka-http_3-1.4.7
jwt-akka-http_3-1.4.6
jwt-akka-http_3-1.4.5
jwt-akka-http_3-1.4.4
jwt-akka-http_3-1.4.3
jwt-akka-http_3-1.4.2
jwt-akka-http_3-1.4.1

How to add a dependency to Maven

Add the following com.emarsys : jwt-akka-http_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.emarsys</groupId>
    <artifactId>jwt-akka-http_3</artifactId>
    <version>1.4.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.emarsys : jwt-akka-http_3 gradle dependency to your build.gradle file:

implementation 'com.emarsys:jwt-akka-http_3:1.4.52'

Gradle Kotlin DSL: Add the following com.emarsys : jwt-akka-http_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.emarsys:jwt-akka-http_3:1.4.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.emarsys : jwt-akka-http_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.emarsys" % "jwt-akka-http_3" % "1.4.52"

Advertisement