i

ibmmobilefirstplatformfoundationjsonstore

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
https://mobilefirstplatform.ibmcloud.com
IBM-MobileFirst Platform Foundation 8.0 license agreement
IBM MobileFirst Platform Foundation
文件下载
文件名 操作
ibmmobilefirstplatformfoundationjsonstore-8.0.2023070913.pom 下载
ibmmobilefirstplatformfoundationjsonstore-8.0.2023070913-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ibm.mobile.foundation</groupId>
  <artifactId>ibmmobilefirstplatformfoundationjsonstore</artifactId>
  <version>8.0.2023070913</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationjsonstore:8.0.2023070913'
Gradle Kotlin
implementation("com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationjsonstore:8.0.2023070913")
Scala SBT
libraryDependencies += "com.ibm.mobile.foundation" % "ibmmobilefirstplatformfoundationjsonstore" % "8.0.2023070913"
Groovy Grape
@Grapes(
  @Grab(group='com.ibm.mobile.foundation', module='ibmmobilefirstplatformfoundationjsonstore', version='8.0.2023070913')
)
Apache Ivy
<dependency org="com.ibm.mobile.foundation" name="ibmmobilefirstplatformfoundationjsonstore" rev="8.0.2023070913" />
Leiningen
[com.ibm.mobile.foundation/ibmmobilefirstplatformfoundationjsonstore "8.0.2023070913"]
Apache Buildr
'com.ibm.mobile.foundation:ibmmobilefirstplatformfoundationjsonstore:jar:8.0.2023070913'