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-2.10.3.jar download
cds-feature-identity-2.10.3.pom download
cds-feature-identity-2.10.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cds</groupId>
  <artifactId>cds-feature-identity</artifactId>
  <version>2.10.3</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cds:cds-feature-identity:2.10.3'
Gradle Kotlin
implementation("com.sap.cds:cds-feature-identity:2.10.3")
Scala SBT
libraryDependencies += "com.sap.cds" % "cds-feature-identity" % "2.10.3"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cds', module='cds-feature-identity', version='2.10.3')
)
Apache Ivy
<dependency org="com.sap.cds" name="cds-feature-identity" rev="2.10.3" />
Leiningen
[com.sap.cds/cds-feature-identity "2.10.3"]
Apache Buildr
'com.sap.cds:cds-feature-identity:jar:2.10.3'