MVN

com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationjsonstore

Maven & Gradle

Apr 17, 2023

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 MFP_PLATFORM_VERSION_TOKEN

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

Latest Version

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

  • Latest Stable: 8.0.2023040309

All Versions

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

  • Version Updated
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2023040309

    Apr 17, 2023
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2023030305

    Mar 03, 2023
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2023021218

    Feb 16, 2023
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2023012816

    Feb 01, 2023
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2022042909

    May 13, 2022
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2021062313

    Jun 24, 2021
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2021032311

    Mar 23, 2021
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2021030806

    Mar 10, 2021
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2021020106

    Feb 02, 2021
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019103109

    Feb 21, 2020
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019082807

    Nov 11, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019072605

    Aug 30, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019072505

    Jul 30, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019063013

    Jul 11, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019042610

    May 15, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019032505

    May 09, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2019011110

    Mar 07, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018101112

    Jan 14, 2019
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018070514

    Aug 16, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018040514

    Jul 06, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018032914

    Jun 07, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018021610

    Feb 22, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018011817

    Jan 24, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2018011806

    Jan 22, 2018
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2017092509

    Oct 26, 2017
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2017052514

    Aug 01, 2017
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2017011811

    Jan 31, 2017
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016071920

    Jul 20, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016070718

    Jul 11, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016061011

    Jun 16, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016052616

    May 27, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016040816

    Apr 10, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016040702

    Apr 07, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.0

    Apr 07, 2016
  • ibmmobilefirstplatformfoundationjsonstore-8.0.2016040502

    Apr 06, 2016

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibm.mobile.foundation</groupId>
    <artifactId>ibmmobilefirstplatformfoundationjsonstore</artifactId>
    <version>8.0.2023040309</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationjsonstore:8.0.2023040309'

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

implementation("com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationjsonstore:8.0.2023040309")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.ibm.mobile.foundation" % "ibmmobilefirstplatformfoundationjsonstore" % "8.0.2023040309"