c

cds-feature-jdbc

Consuming JDBC persistences using the CDS4j JDBC runtime
https://cap.cloud.sap/docs/java
SAP DEVELOPER LICENSE AGREEMENT
SAP SE
Files download
File Operation
cds-feature-jdbc-2.10.2.jar download
cds-feature-jdbc-2.10.2.pom download
cds-feature-jdbc-2.10.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cds</groupId>
  <artifactId>cds-feature-jdbc</artifactId>
  <version>2.10.2</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cds:cds-feature-jdbc:2.10.2'
Gradle Kotlin
implementation("com.sap.cds:cds-feature-jdbc:2.10.2")
Scala SBT
libraryDependencies += "com.sap.cds" % "cds-feature-jdbc" % "2.10.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cds', module='cds-feature-jdbc', version='2.10.2')
)
Apache Ivy
<dependency org="com.sap.cds" name="cds-feature-jdbc" rev="2.10.2" />
Leiningen
[com.sap.cds/cds-feature-jdbc "2.10.2"]
Apache Buildr
'com.sap.cds:cds-feature-jdbc:jar:2.10.2'