c

cds-mtx

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