MVN

com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush

Maven & Gradle

Feb 22, 2022

IBM MobileFirst Platform Foundation Push SDK · IBM MobileFirst Platform Foundation Push SDK provides Push APIs for the mobile applications. Check url to get started. BuildNumber is : 8.0.2022022114

<dependency>
    <groupId>com.ibm.mobile.foundation</groupId>
    <artifactId>ibmmobilefirstplatformfoundationpush</artifactId>
    <version>8.0.2022022114</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.2022022114

All Versions

Choose a version of com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
ibmmobilefirstplatformfoundationpush-8.0.2022022114
ibmmobilefirstplatformfoundationpush-8.0.2021062405
ibmmobilefirstplatformfoundationpush-8.0.2020051312
ibmmobilefirstplatformfoundationpush-8.0.2020022806
ibmmobilefirstplatformfoundationpush-8.0.2019031906
ibmmobilefirstplatformfoundationpush-8.0.2019031206
ibmmobilefirstplatformfoundationpush-8.0.2018121407
ibmmobilefirstplatformfoundationpush-8.0.2018100111
ibmmobilefirstplatformfoundationpush-8.0.2018100107
ibmmobilefirstplatformfoundationpush-8.0.2018071309
ibmmobilefirstplatformfoundationpush-8.0.2018040207
ibmmobilefirstplatformfoundationpush-8.0.2018022719
ibmmobilefirstplatformfoundationpush-8.0.2018021609
ibmmobilefirstplatformfoundationpush-8.0.2017011813
ibmmobilefirstplatformfoundationpush-8.0.2016070718
ibmmobilefirstplatformfoundationpush-8.0.2016061011
ibmmobilefirstplatformfoundationpush-8.0.2016052616
ibmmobilefirstplatformfoundationpush-8.0.2016032802

How to add a dependency to Maven

Add the following com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibm.mobile.foundation</groupId>
    <artifactId>ibmmobilefirstplatformfoundationpush</artifactId>
    <version>8.0.2022022114</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush gradle dependency to your build.gradle file:

implementation 'com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationpush:8.0.2022022114'

Gradle Kotlin DSL: Add the following com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationpush:8.0.2022022114")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationpush sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibm.mobile.foundation" % "ibmmobilefirstplatformfoundationpush" % "8.0.2022022114"