c

cds-mtx

CDS mtx/sidecar access
http://www.sap.com
SAP DEVELOPER LICENSE AGREEMENT
SAP
SAP SE
Files download
File Operation
cds-mtx-1.21.0.jar download
cds-mtx-1.21.0.pom download
cds-mtx-1.21.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.mt</groupId>
  <artifactId>cds-mtx</artifactId>
  <version>1.21.0</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.mt:cds-mtx:1.21.0'
Gradle Kotlin
implementation("com.sap.cloud.mt:cds-mtx:1.21.0")
Scala SBT
libraryDependencies += "com.sap.cloud.mt" % "cds-mtx" % "1.21.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.mt', module='cds-mtx', version='1.21.0')
)
Apache Ivy
<dependency org="com.sap.cloud.mt" name="cds-mtx" rev="1.21.0" />
Leiningen
[com.sap.cloud.mt/cds-mtx "1.21.0"]
Apache Buildr
'com.sap.cloud.mt:cds-mtx:jar:1.21.0'