c

cds-feature-identity

API implementation to handle oauth2 tokens (IAS or XSUAA)
https://cap.cloud.sap/docs/java
SAP DEVELOPER LICENSE AGREEMENT
SAP SE
Files download
File Operation
cds-feature-identity-1.34.7.jar download
cds-feature-identity-1.34.7.pom download
cds-feature-identity-1.34.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cds</groupId>
  <artifactId>cds-feature-identity</artifactId>
  <version>1.34.7</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cds:cds-feature-identity:1.34.7'
Gradle Kotlin
implementation("com.sap.cds:cds-feature-identity:1.34.7")
Scala SBT
libraryDependencies += "com.sap.cds" % "cds-feature-identity" % "1.34.7"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cds', module='cds-feature-identity', version='1.34.7')
)
Apache Ivy
<dependency org="com.sap.cds" name="cds-feature-identity" rev="1.34.7" />
Leiningen
[com.sap.cds/cds-feature-identity "1.34.7"]
Apache Buildr
'com.sap.cds:cds-feature-identity:jar:1.34.7'