MVN

com.ibm.mobile.foundation : ibmmobilefirstplatformfoundationjsonstore

Maven & Gradle

Aug 02, 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.2023070913</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.2023070913

All Versions

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

Version Vulnerabilities Updated
8.0.x
ibmmobilefirstplatformfoundationjsonstore-8.0.2023070913
ibmmobilefirstplatformfoundationjsonstore-8.0.2023040309
ibmmobilefirstplatformfoundationjsonstore-8.0.2023030305
ibmmobilefirstplatformfoundationjsonstore-8.0.2023021218
ibmmobilefirstplatformfoundationjsonstore-8.0.2023012816
ibmmobilefirstplatformfoundationjsonstore-8.0.2022042909
ibmmobilefirstplatformfoundationjsonstore-8.0.2021062313
ibmmobilefirstplatformfoundationjsonstore-8.0.2021032311
ibmmobilefirstplatformfoundationjsonstore-8.0.2021030806
ibmmobilefirstplatformfoundationjsonstore-8.0.2021020106
ibmmobilefirstplatformfoundationjsonstore-8.0.2019103109
ibmmobilefirstplatformfoundationjsonstore-8.0.2019082807
ibmmobilefirstplatformfoundationjsonstore-8.0.2019072605
ibmmobilefirstplatformfoundationjsonstore-8.0.2019072505
ibmmobilefirstplatformfoundationjsonstore-8.0.2019063013
ibmmobilefirstplatformfoundationjsonstore-8.0.2019042610
ibmmobilefirstplatformfoundationjsonstore-8.0.2019032505
ibmmobilefirstplatformfoundationjsonstore-8.0.2019011110
ibmmobilefirstplatformfoundationjsonstore-8.0.2018101112
ibmmobilefirstplatformfoundationjsonstore-8.0.2018070514
ibmmobilefirstplatformfoundationjsonstore-8.0.2018040514
ibmmobilefirstplatformfoundationjsonstore-8.0.2018032914
ibmmobilefirstplatformfoundationjsonstore-8.0.2018021610
ibmmobilefirstplatformfoundationjsonstore-8.0.2018011817
ibmmobilefirstplatformfoundationjsonstore-8.0.2018011806
ibmmobilefirstplatformfoundationjsonstore-8.0.2017092509
ibmmobilefirstplatformfoundationjsonstore-8.0.2017052514
ibmmobilefirstplatformfoundationjsonstore-8.0.2017011811
ibmmobilefirstplatformfoundationjsonstore-8.0.2016071920
ibmmobilefirstplatformfoundationjsonstore-8.0.2016070718
ibmmobilefirstplatformfoundationjsonstore-8.0.2016061011
ibmmobilefirstplatformfoundationjsonstore-8.0.2016052616
ibmmobilefirstplatformfoundationjsonstore-8.0.2016040816
ibmmobilefirstplatformfoundationjsonstore-8.0.2016040702
ibmmobilefirstplatformfoundationjsonstore-8.0.2016040502
ibmmobilefirstplatformfoundationjsonstore-8.0.0

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.2023070913</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.2023070913'

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.2023070913")

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.2023070913"