is not current version
Last Version 0.18

org.dmfs:oauth2-essentials 0.13

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

Type

jar

Download oauth2-essentials 0.13


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