Categories |
CategoriesH2 Data Databases OAuth2 Security CLI User Interface |
---|---|
GroupId | GroupIdtravel.wink |
ArtifactId | ArtifactIdoauth2-web-client |
Last Version | Last Version20.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOAuth2-enabled WebClient
All ApiClients want to use this to be able to support client credential-based authentication
|
Filename | Size |
---|---|
oauth2-web-client-20.2.5.pom | |
oauth2-web-client-20.2.5.jar | 3 KB |
oauth2-web-client-20.2.5-sources.jar | 1 KB |
oauth2-web-client-20.2.5-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/travel.wink/oauth2-web-client/ -->
<dependency>
<groupId>travel.wink</groupId>
<artifactId>oauth2-web-client</artifactId>
<version>20.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/travel.wink/oauth2-web-client/
implementation 'travel.wink:oauth2-web-client:20.2.5'
// https://jarcasting.com/artifacts/travel.wink/oauth2-web-client/
implementation ("travel.wink:oauth2-web-client:20.2.5")
'travel.wink:oauth2-web-client:jar:20.2.5'
<dependency org="travel.wink" name="oauth2-web-client" rev="20.2.5">
<artifact name="oauth2-web-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='travel.wink', module='oauth2-web-client', version='20.2.5')
)
libraryDependencies += "travel.wink" % "oauth2-web-client" % "20.2.5"
[travel.wink/oauth2-web-client "20.2.5"]