MVN

travel.wink : oauth2-web-client

Maven & Gradle

Apr 03, 2023
0 stars

OAuth2-enabled WebClient · All ApiClients want to use this to be able to support client credential-based authentication

<dependency>
    <groupId>travel.wink</groupId>
    <artifactId>oauth2-web-client</artifactId>
    <version>24.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of travel.wink : oauth2-web-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 24.0.0

All Versions

Choose a version of travel.wink : oauth2-web-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
24.0.x
oauth2-web-client-24.0.0
23.1.x
oauth2-web-client-23.1.0
22.0.x
oauth2-web-client-22.0.1
21.16.x
oauth2-web-client-21.16.3
21.15.x
oauth2-web-client-21.15.1
21.3.x
oauth2-web-client-21.3.0
21.2.x
oauth2-web-client-21.2.1
21.1.x
oauth2-web-client-21.1.0
21.0.x
oauth2-web-client-21.0.1
oauth2-web-client-21.0.0
20.2.x
oauth2-web-client-20.2.7
oauth2-web-client-20.2.6
oauth2-web-client-20.2.5
oauth2-web-client-20.2.4
oauth2-web-client-20.2.3
oauth2-web-client-20.2.2
oauth2-web-client-20.2.1
oauth2-web-client-20.2.0
20.1.x
oauth2-web-client-20.1.4
oauth2-web-client-20.1.3
oauth2-web-client-20.1.2
oauth2-web-client-20.1.1
oauth2-web-client-20.1.0
20.0.x
oauth2-web-client-20.0.0
19.0.x
oauth2-web-client-19.0.17
oauth2-web-client-19.0.13
0.0.x
oauth2-web-client-0.0.2

How to add a dependency to Maven

Add the following travel.wink : oauth2-web-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>travel.wink</groupId>
    <artifactId>oauth2-web-client</artifactId>
    <version>24.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following travel.wink : oauth2-web-client gradle dependency to your build.gradle file:

implementation 'travel.wink:oauth2-web-client:24.0.0'

Gradle Kotlin DSL: Add the following travel.wink : oauth2-web-client gradle kotlin dependency to your build.gradle.kts file:

implementation("travel.wink:oauth2-web-client:24.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following travel.wink : oauth2-web-client sbt scala dependency to your build.sbt file:

libraryDependencies += "travel.wink" % "oauth2-web-client" % "24.0.0"

Advertisement