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