| License | License
                                                        The Apache Software License, Version 2.0                                                 | 
|---|---|
| Categories | CategoriesH2 Data Databases OAuth2 Security | 
| GroupId | GroupIdorg.dmfs | 
| ArtifactId | ArtifactIdoauth2-essentials | 
| Last Version | Last Version0.18 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionoauth2-essentials An OAuth2 client implementation based on http-client-essentials. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| oauth2-essentials-0.18.pom | |
| oauth2-essentials-0.18.jar | 61 KB | 
| oauth2-essentials-0.18-sources.jar | 54 KB | 
| oauth2-essentials-0.18-javadoc.jar | 206 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/ -->
<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>oauth2-essentials</artifactId>
    <version>0.18</version>
</dependency>// https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/
implementation 'org.dmfs:oauth2-essentials:0.18'// https://jarcasting.com/artifacts/org.dmfs/oauth2-essentials/
implementation ("org.dmfs:oauth2-essentials:0.18")'org.dmfs:oauth2-essentials:jar:0.18'<dependency org="org.dmfs" name="oauth2-essentials" rev="0.18">
  <artifact name="oauth2-essentials" type="jar" />
</dependency>@Grapes(
@Grab(group='org.dmfs', module='oauth2-essentials', version='0.18')
)libraryDependencies += "org.dmfs" % "oauth2-essentials" % "0.18"[org.dmfs/oauth2-essentials "0.18"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.dmfs : jems | jar | 1.25 | 
| org.dmfs : rfc3986-uri | jar | 0.8.1 | 
| org.dmfs : rfc5545-datetime | jar | 0.2.4 | 
| org.dmfs : http-client-essentials | jar | 0.20 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| net.iharder : base64 | jar | 2.3.9 | 
| org.dmfs : http-client-headers | jar | 0.20 | 
| org.dmfs : http-client-types | jar | 0.20 | 
| org.dmfs : http-client-basics | jar | 0.20 | 
| org.dmfs : http-executor-decorators | jar | 0.20 | 
| org.json : json | jar | 20160212 |