| License |
License |
|---|---|
| GroupId | GroupIdcom.sap.cloud.servicesdk |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1.1.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.sap.cloud.servicesdk.parent
SAP Cloud Platform SDK for service development
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationSAP |
| Filename | Size |
|---|---|
| parent-1.1.3.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sap.cloud.servicesdk/parent/ -->
<dependency>
<groupId>com.sap.cloud.servicesdk</groupId>
<artifactId>parent</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sap.cloud.servicesdk/parent/
implementation 'com.sap.cloud.servicesdk:parent:1.1.3'
// https://jarcasting.com/artifacts/com.sap.cloud.servicesdk/parent/
implementation ("com.sap.cloud.servicesdk:parent:1.1.3")
'com.sap.cloud.servicesdk:parent:pom:1.1.3'
<dependency org="com.sap.cloud.servicesdk" name="parent" rev="1.1.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sap.cloud.servicesdk', module='parent', version='1.1.3')
)
libraryDependencies += "com.sap.cloud.servicesdk" % "parent" % "1.1.3"
[com.sap.cloud.servicesdk/parent "1.1.3"]