MVN

org.openidentityplatform.openam : oauth

Maven & Gradle

Jul 20, 2023

org.openidentityplatform.openam.oauth

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>oauth</artifactId>
    <version>14.7.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openidentityplatform.openam : oauth to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 14.7.3.1

All Versions

Choose a version of org.openidentityplatform.openam : oauth to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
14.7.x
oauth-14.7.3.1
oauth-14.7.2.3
oauth-14.7.0.0
14.6.x
oauth-14.6.6.1
oauth-14.6.5.3
oauth-14.6.4.1
oauth-14.6.3.1
oauth-14.6.2.1
oauth-14.6.1.2
oauth-14.6.1.1
14.5.x
oauth-14.5.4.1
oauth-14.5.3.3
oauth-14.5.3.2
oauth-14.5.3.1
oauth-14.5.2.1

How to add a dependency to Maven

Add the following org.openidentityplatform.openam : oauth maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openidentityplatform.openam</groupId>
    <artifactId>oauth</artifactId>
    <version>14.7.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openidentityplatform.openam : oauth gradle dependency to your build.gradle file:

implementation 'org.openidentityplatform.openam:oauth:14.7.3.1'

Gradle Kotlin DSL: Add the following org.openidentityplatform.openam : oauth gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openidentityplatform.openam:oauth:14.7.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openidentityplatform.openam : oauth sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openidentityplatform.openam" % "oauth" % "14.7.3.1"