r

runtime

Enables CDS features that are not supported by standard JPA mappings
http://www.sap.com
SAP DEVELOPER LICENSE AGREEMENT
SAP
SAP SE
Files download
File Operation
runtime-1.4.4.jar download
runtime-1.4.4.pom download
runtime-1.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.servicesdk.csn2jpa</groupId>
  <artifactId>runtime</artifactId>
  <version>1.4.4</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.servicesdk.csn2jpa:runtime:1.4.4'
Gradle Kotlin
implementation("com.sap.cloud.servicesdk.csn2jpa:runtime:1.4.4")
Scala SBT
libraryDependencies += "com.sap.cloud.servicesdk.csn2jpa" % "runtime" % "1.4.4"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.servicesdk.csn2jpa', module='runtime', version='1.4.4')
)
Apache Ivy
<dependency org="com.sap.cloud.servicesdk.csn2jpa" name="runtime" rev="1.4.4" />
Leiningen
[com.sap.cloud.servicesdk.csn2jpa/runtime "1.4.4"]
Apache Buildr
'com.sap.cloud.servicesdk.csn2jpa:runtime:jar:1.4.4'