t

tools

Tools for http service communication and resilience usable by all libs of multi-tenancy and CAP
http://www.sap.com
SAP DEVELOPER LICENSE AGREEMENT
SAP
SAP SE
文件下载
文件名 操作
tools-1.21.0.jar 下载
tools-1.21.0.pom 下载
tools-1.21.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sap.cloud.mt</groupId>
  <artifactId>tools</artifactId>
  <version>1.21.0</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.mt:tools:1.21.0'
Gradle Kotlin
implementation("com.sap.cloud.mt:tools:1.21.0")
Scala SBT
libraryDependencies += "com.sap.cloud.mt" % "tools" % "1.21.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.mt', module='tools', version='1.21.0')
)
Apache Ivy
<dependency org="com.sap.cloud.mt" name="tools" rev="1.21.0" />
Leiningen
[com.sap.cloud.mt/tools "1.21.0"]
Apache Buildr
'com.sap.cloud.mt:tools:jar:1.21.0'