MVN

org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2

Maven & Gradle

Apr 03, 2023
2 usages
0 stars

Common package for OAuth2 related IDP functions

<dependency>
    <groupId>org.wso2.carbon.identity.outbound.auth.oauth2</groupId>
    <artifactId>org.wso2.carbon.identity.application.authenticator.oauth2</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.11

    Apr 03, 2023
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.10

    Mar 23, 2023
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.9

    Mar 20, 2023
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.8

    Nov 08, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.7

    Nov 04, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.6

    Nov 03, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.5

    Jul 18, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.4

    Jul 10, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.3

    Jul 10, 2022
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.2

    Jun 11, 2021
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.1

    Nov 24, 2020
  • org.wso2.carbon.identity.application.authenticator.oauth2-1.0.0

    Nov 13, 2020

How to add a dependency to Maven

Add the following org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.carbon.identity.outbound.auth.oauth2</groupId>
    <artifactId>org.wso2.carbon.identity.application.authenticator.oauth2</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 gradle dependency to your build.gradle file:

implementation 'org.wso2.carbon.identity.outbound.auth.oauth2:org.wso2.carbon.identity.application.authenticator.oauth2:1.0.11'

Gradle Kotlin DSL: Add the following org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.carbon.identity.outbound.auth.oauth2:org.wso2.carbon.identity.application.authenticator.oauth2:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.carbon.identity.outbound.auth.oauth2 : org.wso2.carbon.identity.application.authenticator.oauth2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.carbon.identity.outbound.auth.oauth2" % "org.wso2.carbon.identity.application.authenticator.oauth2" % "1.0.11"