MVN

com.microsoft.alm : oauth2-useragent

Maven & Gradle

Mar 28, 2018
6 usages
31 stars

Microsoft OAuth 2.0 User Agent library for Java · Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749, specifically by auto-detecting a suitable user-agent (and informing the user if any system requirements are unmet and preventing the use of a user-agent), launching the user-agent and directing it to the authorization endpoint, waiting for the results and returning either the authorization code or the reason for failure.

<dependency>
    <groupId>com.microsoft.alm</groupId>
    <artifactId>oauth2-useragent</artifactId>
    <version>0.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.alm : oauth2-useragent to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.3

All Versions

Choose a version of com.microsoft.alm : oauth2-useragent to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
oauth2-useragent-0.11.3
oauth2-useragent-0.11.2
oauth2-useragent-0.11.1
oauth2-useragent-0.11.0
0.10.x
oauth2-useragent-0.10.0
0.9.x
oauth2-useragent-0.9.0
0.8.x
oauth2-useragent-0.8.1
oauth2-useragent-0.8.0
0.7.x
oauth2-useragent-0.7.1
0.6.x
oauth2-useragent-0.6.0
0.5.x
oauth2-useragent-0.5.9
oauth2-useragent-0.5.7
oauth2-useragent-0.5.6

How to add a dependency to Maven

Add the following com.microsoft.alm : oauth2-useragent maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.alm</groupId>
    <artifactId>oauth2-useragent</artifactId>
    <version>0.11.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.alm : oauth2-useragent gradle dependency to your build.gradle file:

implementation 'com.microsoft.alm:oauth2-useragent:0.11.3'

Gradle Kotlin DSL: Add the following com.microsoft.alm : oauth2-useragent gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.alm:oauth2-useragent:0.11.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.alm : oauth2-useragent sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.alm" % "oauth2-useragent" % "0.11.3"

Advertisement

Dependencies from Group

Mar 28, 2018
6 usages
31 stars
Aug 14, 2018
3 usages
9 stars
Aug 14, 2018
2 usages
9 stars
Aug 14, 2018
1 usages
9 stars
Aug 14, 2018
1 usages
9 stars

Discover Dependencies

Apr 28, 2023
61 stars
Dec 26, 2022
1 usages
123 stars
Dec 26, 2022
123 stars
Jun 22, 2022
2 usages
Jan 23, 2016
378 stars
Jul 13, 2018
0 stars