MVN

org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase

Maven & Gradle

May 12, 2015
1.5k stars

UAA · Cloud Foundry User Account and Authentication

<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-oauth-showcase</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
cloudfoundry-identity-oauth-showcase-2.3.0
2.2.x
cloudfoundry-identity-oauth-showcase-2.2.6
cloudfoundry-identity-oauth-showcase-2.2.5
cloudfoundry-identity-oauth-showcase-2.2.4

How to add a dependency to Maven

Add the following org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cloudfoundry.identity</groupId>
    <artifactId>cloudfoundry-identity-oauth-showcase</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase gradle dependency to your build.gradle file:

implementation 'org.cloudfoundry.identity:cloudfoundry-identity-oauth-showcase:2.3.0'

Gradle Kotlin DSL: Add the following org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cloudfoundry.identity:cloudfoundry-identity-oauth-showcase:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cloudfoundry.identity : cloudfoundry-identity-oauth-showcase sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cloudfoundry.identity" % "cloudfoundry-identity-oauth-showcase" % "2.3.0"