MVN

net.optionfactory.spring : upstream-interceptor-spring-oauth2

Maven & Gradle

Feb 07, 2023
1 usages
1 stars

net.optionfactory.spring:upstream-interceptor-spring-oauth2 · optionfactory-spring spring oauth2 upstream interceptor

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>upstream-interceptor-spring-oauth2</artifactId>
    <version>7.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.optionfactory.spring : upstream-interceptor-spring-oauth2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.16

All Versions

Choose a version of net.optionfactory.spring : upstream-interceptor-spring-oauth2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0
upstream-interceptor-spring-oauth2-8.0
7.16
upstream-interceptor-spring-oauth2-7.16
7.15
upstream-interceptor-spring-oauth2-7.15
7.14
upstream-interceptor-spring-oauth2-7.14
7.13
upstream-interceptor-spring-oauth2-7.13
7.11
upstream-interceptor-spring-oauth2-7.11
7.10
upstream-interceptor-spring-oauth2-7.10
7.9
upstream-interceptor-spring-oauth2-7.9
7.8
upstream-interceptor-spring-oauth2-7.8
7.7
upstream-interceptor-spring-oauth2-7.7
7.6
upstream-interceptor-spring-oauth2-7.6
7.5
upstream-interceptor-spring-oauth2-7.5
7.4
upstream-interceptor-spring-oauth2-7.4
7.3
upstream-interceptor-spring-oauth2-7.3
7.2
upstream-interceptor-spring-oauth2-7.2
7.1
upstream-interceptor-spring-oauth2-7.1
7.0
upstream-interceptor-spring-oauth2-7.0
6.4
upstream-interceptor-spring-oauth2-6.4
6.3
upstream-interceptor-spring-oauth2-6.3
6.2
upstream-interceptor-spring-oauth2-6.2
6.1
upstream-interceptor-spring-oauth2-6.1
6.0
upstream-interceptor-spring-oauth2-6.0
5.13
upstream-interceptor-spring-oauth2-5.13
5.12
upstream-interceptor-spring-oauth2-5.12
5.11
upstream-interceptor-spring-oauth2-5.11
5.10
upstream-interceptor-spring-oauth2-5.10
5.9
upstream-interceptor-spring-oauth2-5.9
5.8
upstream-interceptor-spring-oauth2-5.8
5.7
upstream-interceptor-spring-oauth2-5.7
5.6
upstream-interceptor-spring-oauth2-5.6
5.5
upstream-interceptor-spring-oauth2-5.5
5.4
upstream-interceptor-spring-oauth2-5.4
5.3
upstream-interceptor-spring-oauth2-5.3
5.2
upstream-interceptor-spring-oauth2-5.2
5.1
upstream-interceptor-spring-oauth2-5.1
5.0
upstream-interceptor-spring-oauth2-5.0
4.8
upstream-interceptor-spring-oauth2-4.8
4.7
upstream-interceptor-spring-oauth2-4.7
4.6
upstream-interceptor-spring-oauth2-4.6
4.5
upstream-interceptor-spring-oauth2-4.5
4.4
upstream-interceptor-spring-oauth2-4.4
4.3
upstream-interceptor-spring-oauth2-4.3
4.2
upstream-interceptor-spring-oauth2-4.2
4.1
upstream-interceptor-spring-oauth2-4.1
4.0
upstream-interceptor-spring-oauth2-4.0
3.0
upstream-interceptor-spring-oauth2-3.0

How to add a dependency to Maven

Add the following net.optionfactory.spring : upstream-interceptor-spring-oauth2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.optionfactory.spring</groupId>
    <artifactId>upstream-interceptor-spring-oauth2</artifactId>
    <version>7.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.optionfactory.spring : upstream-interceptor-spring-oauth2 gradle dependency to your build.gradle file:

implementation 'net.optionfactory.spring:upstream-interceptor-spring-oauth2:7.16'

Gradle Kotlin DSL: Add the following net.optionfactory.spring : upstream-interceptor-spring-oauth2 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.optionfactory.spring:upstream-interceptor-spring-oauth2:7.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.optionfactory.spring : upstream-interceptor-spring-oauth2 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.optionfactory.spring" % "upstream-interceptor-spring-oauth2" % "7.16"