License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.sap.cloud.client |
ArtifactId | ArtifactIdrest-api-client |
Version | Version1.1.6 |
Type | Typejar |
Description |
DescriptionSAP Cloud Platform REST API Client
Java HTTP client library for HTTP handling, when building clients for RESTful APIs.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-api-client-1.1.6.pom | |
rest-api-client-1.1.6.jar | 57 KB |
rest-api-client-1.1.6-sources.jar | 40 KB |
rest-api-client-1.1.6-javadoc.jar | 333 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.client/rest-api-client/ -->
<dependency>
<groupId>com.sap.cloud.client</groupId>
<artifactId>rest-api-client</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.client/rest-api-client/
implementation 'com.sap.cloud.client:rest-api-client:1.1.6'
// https://jarcasting.com/artifacts/com.sap.cloud.client/rest-api-client/
implementation ("com.sap.cloud.client:rest-api-client:1.1.6")
'com.sap.cloud.client:rest-api-client:jar:1.1.6'
<dependency org="com.sap.cloud.client" name="rest-api-client" rev="1.1.6">
<artifact name="rest-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.client', module='rest-api-client', version='1.1.6')
)
libraryDependencies += "com.sap.cloud.client" % "rest-api-client" % "1.1.6"
[com.sap.cloud.client/rest-api-client "1.1.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.5 |
org.apache.httpcomponents : httpmime | jar | 4.5.5 |
org.apache.commons : commons-lang3 | jar | 3.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
nl.jqno.equalsverifier : equalsverifier | jar | 2.4.7 |
org.mockito : mockito-all | jar | 1.9.5 |