MVN

com.networknt : oauth2-key

Maven & Gradle

Aug 17, 2023
1 usages
299 stars

A micro service server that supports JWT token public key certificate distribution.

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>oauth2-key</artifactId>
    <version>2.1.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.networknt : oauth2-key to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.26

All Versions

Choose a version of com.networknt : oauth2-key to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
oauth2-key-2.1.26
oauth2-key-2.1.25
oauth2-key-2.1.24
oauth2-key-2.1.23
oauth2-key-2.1.22
oauth2-key-2.1.20
oauth2-key-2.1.19
oauth2-key-2.1.18
oauth2-key-2.1.16
oauth2-key-2.1.15
oauth2-key-2.1.12
oauth2-key-2.1.11
oauth2-key-2.1.10
oauth2-key-2.1.9
oauth2-key-2.1.8
oauth2-key-2.1.7
oauth2-key-2.1.6
oauth2-key-2.1.5
oauth2-key-2.1.4
oauth2-key-2.1.3
oauth2-key-2.1.2
oauth2-key-2.1.1
oauth2-key-2.1.0
1.5.x
oauth2-key-1.5.4
1.4.x
oauth2-key-1.4.0
1.3.x
oauth2-key-1.3.5
oauth2-key-1.3.4
oauth2-key-1.3.1
1.2.x
oauth2-key-1.2.4

How to add a dependency to Maven

Add the following com.networknt : oauth2-key maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.networknt</groupId>
    <artifactId>oauth2-key</artifactId>
    <version>2.1.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.networknt : oauth2-key gradle dependency to your build.gradle file:

implementation 'com.networknt:oauth2-key:2.1.26'

Gradle Kotlin DSL: Add the following com.networknt : oauth2-key gradle kotlin dependency to your build.gradle.kts file:

implementation("com.networknt:oauth2-key:2.1.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.networknt : oauth2-key sbt scala dependency to your build.sbt file:

libraryDependencies += "com.networknt" % "oauth2-key" % "2.1.26"

Advertisement