is not current version
Last Version 1.9

com.wadpam.oauth:oauth2-client 1.4

Implements OAuth2 authentication on top of Open-Server security

Categories

Categories

H2 Data Databases OAuth2 Security CLI User Interface
GroupId

GroupId

com.wadpam.oauth
ArtifactId

ArtifactId

oauth2-client
Version

Version

1.4
Type

Type

jar

Download oauth2-client 1.4


<!-- https://jarcasting.com/artifacts/com.wadpam.oauth/oauth2-client/ -->
<dependency>
    <groupId>com.wadpam.oauth</groupId>
    <artifactId>oauth2-client</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.wadpam.oauth/oauth2-client/
implementation 'com.wadpam.oauth:oauth2-client:1.4'
// https://jarcasting.com/artifacts/com.wadpam.oauth/oauth2-client/
implementation ("com.wadpam.oauth:oauth2-client:1.4")
'com.wadpam.oauth:oauth2-client:jar:1.4'
<dependency org="com.wadpam.oauth" name="oauth2-client" rev="1.4">
  <artifact name="oauth2-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wadpam.oauth', module='oauth2-client', version='1.4')
)
libraryDependencies += "com.wadpam.oauth" % "oauth2-client" % "1.4"
[com.wadpam.oauth/oauth2-client "1.4"]