Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.sap.cloud.client |
ArtifactId | ArtifactIdrest-api-client |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-client-1.1.5.pom | |
rest-api-client-1.1.5.jar | 57 KB |
rest-api-client-1.1.5-sources.jar | 40 KB |
rest-api-client-1.1.5-javadoc.jar | 334 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.client/rest-api-client/
implementation 'com.sap.cloud.client:rest-api-client:1.1.5'
// https://jarcasting.com/artifacts/com.sap.cloud.client/rest-api-client/
implementation ("com.sap.cloud.client:rest-api-client:1.1.5")
'com.sap.cloud.client:rest-api-client:jar:1.1.5'
<dependency org="com.sap.cloud.client" name="rest-api-client" rev="1.1.5">
<artifact name="rest-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.client', module='rest-api-client', version='1.1.5')
)
libraryDependencies += "com.sap.cloud.client" % "rest-api-client" % "1.1.5"
[com.sap.cloud.client/rest-api-client "1.1.5"]