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
Files download
File Operation
tools-1.25.15.jar download
tools-1.25.15.pom download
tools-1.25.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.sap.cloud.mt</groupId>
  <artifactId>tools</artifactId>
  <version>1.25.15</version>
</dependency>
Gradle Groovy
implementation 'com.sap.cloud.mt:tools:1.25.15'
Gradle Kotlin
implementation("com.sap.cloud.mt:tools:1.25.15")
Scala SBT
libraryDependencies += "com.sap.cloud.mt" % "tools" % "1.25.15"
Groovy Grape
@Grapes(
  @Grab(group='com.sap.cloud.mt', module='tools', version='1.25.15')
)
Apache Ivy
<dependency org="com.sap.cloud.mt" name="tools" rev="1.25.15" />
Leiningen
[com.sap.cloud.mt/tools "1.25.15"]
Apache Buildr
'com.sap.cloud.mt:tools:jar:1.25.15'