MVN

org.dmfs : oauth2-essentials

Maven & Gradle

Aug 03, 2023
4 usages
78 stars

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

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>oauth2-essentials</artifactId>
    <version>0.22.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.22.0

All Versions

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

Version Vulnerabilities Updated
0.22.x
oauth2-essentials-0.22.0
0.21.x
oauth2-essentials-0.21.0
0.20.x
oauth2-essentials-0.20.0
0.19.x
oauth2-essentials-0.19.0
0.18
oauth2-essentials-0.18
0.17
oauth2-essentials-0.17
0.16
oauth2-essentials-0.16
0.15
oauth2-essentials-0.15
0.14
oauth2-essentials-0.14
0.13
oauth2-essentials-0.13
0.12
oauth2-essentials-0.12
0.11
oauth2-essentials-0.11
0.10
oauth2-essentials-0.10
0.9
oauth2-essentials-0.9
0.8.x
oauth2-essentials-0.8.2
oauth2-essentials-0.8.1
0.8
oauth2-essentials-0.8
0.7
oauth2-essentials-0.7
0.6.x
oauth2-essentials-0.6.1
0.6
oauth2-essentials-0.6
0.5.x
oauth2-essentials-0.5.4
oauth2-essentials-0.5.3
oauth2-essentials-0.5.2
oauth2-essentials-0.5.1
0.4.x
oauth2-essentials-0.4.3
oauth2-essentials-0.4.2
oauth2-essentials-0.4.1
0.4
oauth2-essentials-0.4
0.3.x
oauth2-essentials-0.3.1
0.3
oauth2-essentials-0.3
0.2
oauth2-essentials-0.2
0.1
oauth2-essentials-0.1

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.22.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.22.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.22.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.22.0"

Advertisement