is not current version
Last Version 0.18

org.dmfs:oauth2-essentials 0.8.1

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.1
Type

Type

jar

Download oauth2-essentials 0.8.1


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