MVN

com.sap.cloud.platform.mobile.services : java-integration-parent

Maven & Gradle

Aug 07, 2023
5 stars

Java integration for SAP Mobile Services · Java library that integrates to SAP Mobile Services Backend APIs. As a start this will only provide the Notification Backend API to send notifications to mobile devices. Further APIs may be included in the future.

<dependency>
    <groupId>com.sap.cloud.platform.mobile.services</groupId>
    <artifactId>java-integration-parent</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sap.cloud.platform.mobile.services : java-integration-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.sap.cloud.platform.mobile.services : java-integration-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
java-integration-parent-0.7.0
0.6.x
java-integration-parent-0.6.0
0.5.x
java-integration-parent-0.5.0
0.4.x
java-integration-parent-0.4.0
0.3.x
java-integration-parent-0.3.0
0.2.x
java-integration-parent-0.2.2
java-integration-parent-0.2.1
java-integration-parent-0.2.0
0.1.x
java-integration-parent-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sap.cloud.platform.mobile.services</groupId>
    <artifactId>java-integration-parent</artifactId>
    <version>0.7.0</version>
</dependency>