MVN

com.ibm.mobile.foundation : ibmmobilefirstplatformfoundation

Maven & Gradle

Aug 02, 2023
3 usages

IBM MobileFirst Platform Foundation SDK · IBM MobileFirst Platform Foundation provides an on-premises backend server and infrastructure for managing MobileFirst applications. The SDK manages all of the communication and security integration between your mobile app and IBM MobileFirst Platform Foundation. Check url to get started. NOTE: This version of the SDK requires a minimum MobileFirst server version of 8.0.0.00.20171017-095818

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

Latest Version

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

  • Latest Stable: 8.0.2023061608

All Versions

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

Version Vulnerabilities Updated
8.0.x
ibmmobilefirstplatformfoundation-8.0.2023061608
ibmmobilefirstplatformfoundation-8.0.2023013112
ibmmobilefirstplatformfoundation-8.0.2022090810
ibmmobilefirstplatformfoundation-8.0.2022072416
ibmmobilefirstplatformfoundation-8.0.2022030706
ibmmobilefirstplatformfoundation-8.0.2021061706
ibmmobilefirstplatformfoundation-8.0.2021060805
ibmmobilefirstplatformfoundation-8.0.2021030806
ibmmobilefirstplatformfoundation-8.0.2021020106
ibmmobilefirstplatformfoundation-8.0.2021012007
ibmmobilefirstplatformfoundation-8.0.2020112316
ibmmobilefirstplatformfoundation-8.0.2020101412
ibmmobilefirstplatformfoundation-8.0.2020090912
ibmmobilefirstplatformfoundation-8.0.2020082715
ibmmobilefirstplatformfoundation-8.0.2020081208
ibmmobilefirstplatformfoundation-8.0.2020071611
ibmmobilefirstplatformfoundation-8.0.2020070907
ibmmobilefirstplatformfoundation-8.0.2020052606
ibmmobilefirstplatformfoundation-8.0.2020052413
ibmmobilefirstplatformfoundation-8.0.2020032409
ibmmobilefirstplatformfoundation-8.0.2020013107
ibmmobilefirstplatformfoundation-8.0.2020011312
ibmmobilefirstplatformfoundation-8.0.2019122413
ibmmobilefirstplatformfoundation-8.0.2019100905
ibmmobilefirstplatformfoundation-8.0.2019082915
ibmmobilefirstplatformfoundation-8.0.2019072508
ibmmobilefirstplatformfoundation-8.0.2019061806
ibmmobilefirstplatformfoundation-8.0.2019052014
ibmmobilefirstplatformfoundation-8.0.2019041807
ibmmobilefirstplatformfoundation-8.0.2019021111
ibmmobilefirstplatformfoundation-8.0.2019012910
ibmmobilefirstplatformfoundation-8.0.2018112912
ibmmobilefirstplatformfoundation-8.0.2018111910
ibmmobilefirstplatformfoundation-8.0.2018102610
ibmmobilefirstplatformfoundation-8.0.2018092809
ibmmobilefirstplatformfoundation-8.0.2018083007
ibmmobilefirstplatformfoundation-8.0.2018071606
ibmmobilefirstplatformfoundation-8.0.2018071002
ibmmobilefirstplatformfoundation-8.0.2018062910
ibmmobilefirstplatformfoundation-8.0.2018060105
ibmmobilefirstplatformfoundation-8.0.2018031911
ibmmobilefirstplatformfoundation-8.0.2018031510
ibmmobilefirstplatformfoundation-8.0.2018011011
ibmmobilefirstplatformfoundation-8.0.2017120517
ibmmobilefirstplatformfoundation-8.0.2017101807
ibmmobilefirstplatformfoundation-8.0.2017092602
ibmmobilefirstplatformfoundation-8.0.2017062702
ibmmobilefirstplatformfoundation-8.0.2017062005
ibmmobilefirstplatformfoundation-8.0.2017061318
ibmmobilefirstplatformfoundation-8.0.2017060709
ibmmobilefirstplatformfoundation-8.0.2017060616
ibmmobilefirstplatformfoundation-8.0.2017040512
ibmmobilefirstplatformfoundation-8.0.2017021516
ibmmobilefirstplatformfoundation-8.0.2017012919
ibmmobilefirstplatformfoundation-8.0.2017012509
ibmmobilefirstplatformfoundation-8.0.2016102017
ibmmobilefirstplatformfoundation-8.0.2016070718
ibmmobilefirstplatformfoundation-8.0.2016061011
ibmmobilefirstplatformfoundation-8.0.2016052616
ibmmobilefirstplatformfoundation-8.0.2016032802
7.1.x
ibmmobilefirstplatformfoundation-7.1.11
ibmmobilefirstplatformfoundation-7.1.10
ibmmobilefirstplatformfoundation-7.1.9
ibmmobilefirstplatformfoundation-7.1.8
ibmmobilefirstplatformfoundation-7.1.6
ibmmobilefirstplatformfoundation-7.1.5
ibmmobilefirstplatformfoundation-7.1.4
ibmmobilefirstplatformfoundation-7.1.0.2
ibmmobilefirstplatformfoundation-7.1.0.1
ibmmobilefirstplatformfoundation-7.1.0.0
ibmmobilefirstplatformfoundation-7.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.mobile.foundation</groupId>
    <artifactId>ibmmobilefirstplatformfoundation</artifactId>
    <version>8.0.2023061608</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ibm.mobile.foundation:ibmmobilefirstplatformfoundation:8.0.2023061608'

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

implementation("com.ibm.mobile.foundation:ibmmobilefirstplatformfoundation:8.0.2023061608")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ibm.mobile.foundation" % "ibmmobilefirstplatformfoundation" % "8.0.2023061608"