MVN

com.sap.cloud.security.xsuaa : token-client

Maven & Gradle

Aug 25, 2023
15 usages
129 stars

token-client

<dependency>
    <groupId>com.sap.cloud.security.xsuaa</groupId>
    <artifactId>token-client</artifactId>
    <version>2.14.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.security.xsuaa : token-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.14.2

All Versions

Choose a version of com.sap.cloud.security.xsuaa : token-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
token-client-3.1.3
token-client-3.1.2
token-client-3.1.1
token-client-3.1.0
3.0.x
token-client-3.0.1
token-client-3.0.0
2.14.x
token-client-2.14.2
token-client-2.14.1
token-client-2.14.0
2.13.x
token-client-2.13.9
token-client-2.13.8
token-client-2.13.7
token-client-2.13.6
token-client-2.13.5
token-client-2.13.4
token-client-2.13.3
token-client-2.13.2
token-client-2.13.1
token-client-2.13.0
2.12.x
token-client-2.12.3
token-client-2.12.2
token-client-2.12.1
token-client-2.12.0
2.11.x
token-client-2.11.16
token-client-2.11.15
token-client-2.11.14
token-client-2.11.13
token-client-2.11.12
token-client-2.11.11
token-client-2.11.10
token-client-2.11.9
token-client-2.11.8
token-client-2.11.6
token-client-2.11.5
token-client-2.11.4
token-client-2.11.3
token-client-2.11.2
token-client-2.11.1
token-client-2.11.0
2.10.x
token-client-2.10.5
token-client-2.10.4
token-client-2.10.3
token-client-2.10.2
token-client-2.10.1
token-client-2.10.0
2.9.x
token-client-2.9.0
2.8.x
token-client-2.8.13
token-client-2.8.12
token-client-2.8.10
token-client-2.8.9
token-client-2.8.8
token-client-2.8.7
token-client-2.8.6
token-client-2.8.5
token-client-2.8.4
token-client-2.8.3
token-client-2.8.2
token-client-2.8.1
token-client-2.8.0
2.7.x
token-client-2.7.8
token-client-2.7.7
token-client-2.7.6
token-client-2.7.5
token-client-2.7.4
token-client-2.7.3
token-client-2.7.2
token-client-2.7.1
2.6.x
token-client-2.6.2
token-client-2.6.1
token-client-2.6.0
2.5.x
token-client-2.5.3
token-client-2.5.2
token-client-2.5.1
token-client-2.5.0
2.4.x
token-client-2.4.5
token-client-2.4.4
2.3.x
token-client-2.3.2
token-client-2.3.1
token-client-2.3.0
2.2.x
token-client-2.2.0
2.1.x
token-client-2.1.0
2.0.x
token-client-2.0.0
1.7.x
token-client-1.7.0

How to add a dependency to Maven

Add the following com.sap.cloud.security.xsuaa : token-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sap.cloud.security.xsuaa</groupId>
    <artifactId>token-client</artifactId>
    <version>2.14.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sap.cloud.security.xsuaa : token-client gradle dependency to your build.gradle file:

implementation 'com.sap.cloud.security.xsuaa:token-client:2.14.2'

Gradle Kotlin DSL: Add the following com.sap.cloud.security.xsuaa : token-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sap.cloud.security.xsuaa:token-client:2.14.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sap.cloud.security.xsuaa : token-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sap.cloud.security.xsuaa" % "token-client" % "2.14.2"

Advertisement