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