MVN

org.dmfs : oauth2-essentials

Maven & Gradle

Feb 20, 2023
4 usages

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

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>oauth2-essentials</artifactId>
    <version>0.20.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dmfs : oauth2-essentials to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.0

All Versions

Choose a version of org.dmfs : oauth2-essentials to add to Maven or Gradle - All Versions:

  • Version Updated
  • oauth2-essentials-0.20.0

    Feb 20, 2023
  • oauth2-essentials-0.19.0

    Nov 27, 2022
  • oauth2-essentials-0.18

    Sep 20, 2019
  • oauth2-essentials-0.17

    Sep 19, 2019
  • oauth2-essentials-0.16

    Sep 17, 2019
  • oauth2-essentials-0.15

    Sep 16, 2019
  • oauth2-essentials-0.14

    Aug 01, 2019
  • oauth2-essentials-0.13

    Jul 02, 2019
  • oauth2-essentials-0.12

    Mar 11, 2019
  • oauth2-essentials-0.11

    Sep 19, 2018
  • oauth2-essentials-0.10

    Aug 18, 2018
  • oauth2-essentials-0.9

    Nov 13, 2017
  • oauth2-essentials-0.8.2

    Nov 13, 2017
  • oauth2-essentials-0.8.1

    Nov 02, 2017
  • oauth2-essentials-0.8

    Oct 24, 2017
  • oauth2-essentials-0.7

    Jun 05, 2017
  • oauth2-essentials-0.6.1

    Mar 07, 2017
  • oauth2-essentials-0.6

    Feb 15, 2017
  • oauth2-essentials-0.5.4

    Jan 26, 2017
  • oauth2-essentials-0.5.3

    Jan 23, 2017
  • oauth2-essentials-0.5.2

    Nov 11, 2016
  • oauth2-essentials-0.5.1

    Nov 11, 2016
  • oauth2-essentials-0.4.3

    Aug 22, 2016
  • oauth2-essentials-0.4.2

    Aug 21, 2016
  • oauth2-essentials-0.4.1

    Aug 21, 2016
  • oauth2-essentials-0.4

    Aug 21, 2016
  • oauth2-essentials-0.3.1

    Aug 11, 2016
  • oauth2-essentials-0.3

    Jul 29, 2016
  • oauth2-essentials-0.2

    Jul 22, 2016
  • oauth2-essentials-0.1

    May 18, 2016

How to add a dependency to Maven

Add the following org.dmfs : oauth2-essentials maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>oauth2-essentials</artifactId>
    <version>0.20.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dmfs : oauth2-essentials gradle dependency to your build.gradle file:

implementation 'org.dmfs:oauth2-essentials:0.20.0'

Gradle Kotlin DSL: Add the following org.dmfs : oauth2-essentials gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dmfs:oauth2-essentials:0.20.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dmfs : oauth2-essentials sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dmfs" % "oauth2-essentials" % "0.20.0"