MVN

org.entur.jwt-rs : jwk-connect2id

Maven & Gradle

Aug 23, 2023
8 stars
<dependency>
    <groupId>org.entur.jwt-rs</groupId>
    <artifactId>jwk-connect2id</artifactId>
    <version>2.0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entur.jwt-rs : jwk-connect2id to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.14

All Versions

Choose a version of org.entur.jwt-rs : jwk-connect2id to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jwk-connect2id-2.0.14
jwk-connect2id-2.0.13
jwk-connect2id-2.0.12
jwk-connect2id-2.0.11
jwk-connect2id-2.0.10
jwk-connect2id-2.0.9
jwk-connect2id-2.0.8
jwk-connect2id-2.0.7
jwk-connect2id-2.0.6
jwk-connect2id-2.0.5
jwk-connect2id-2.0.4
jwk-connect2id-2.0.3
jwk-connect2id-2.0.2
jwk-connect2id-2.0.1
jwk-connect2id-2.0.0
1.1.x
jwk-connect2id-1.1.16
jwk-connect2id-1.1.15
jwk-connect2id-1.1.14
jwk-connect2id-1.1.13
jwk-connect2id-1.1.12
jwk-connect2id-1.1.11
jwk-connect2id-1.1.10
jwk-connect2id-1.1.9
jwk-connect2id-1.1.8
jwk-connect2id-1.1.7
jwk-connect2id-1.1.6
jwk-connect2id-1.1.5
jwk-connect2id-1.1.4
jwk-connect2id-1.1.3
jwk-connect2id-1.1.2
jwk-connect2id-1.1.1
jwk-connect2id-1.1.0
1.0.x
jwk-connect2id-1.0.7
jwk-connect2id-1.0.6
jwk-connect2id-1.0.5
jwk-connect2id-1.0.4
jwk-connect2id-1.0.3
jwk-connect2id-1.0.2
jwk-connect2id-1.0.1

How to add a dependency to Maven

Add the following org.entur.jwt-rs : jwk-connect2id maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.entur.jwt-rs</groupId>
    <artifactId>jwk-connect2id</artifactId>
    <version>2.0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.entur.jwt-rs : jwk-connect2id gradle dependency to your build.gradle file:

implementation 'org.entur.jwt-rs:jwk-connect2id:2.0.14'

Gradle Kotlin DSL: Add the following org.entur.jwt-rs : jwk-connect2id gradle kotlin dependency to your build.gradle.kts file:

implementation("org.entur.jwt-rs:jwk-connect2id:2.0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.entur.jwt-rs : jwk-connect2id sbt scala dependency to your build.sbt file:

libraryDependencies += "org.entur.jwt-rs" % "jwk-connect2id" % "2.0.14"

Advertisement