c

cds-mtx

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