is not current version
Last Version 0.18

org.dmfs:oauth2-essentials 0.8

An OAuth2 client implementation based on http-client-essentials.

Categories

Categories

H2 Data Databases OAuth2 Security
GroupId

GroupId

org.dmfs
ArtifactId

ArtifactId

oauth2-essentials
Version

Version

0.8
Type

Type

jar

Download oauth2-essentials 0.8


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