License |
License |
---|---|
Categories |
CategoriesCLI User Interface JSON Data ORM |
GroupId | GroupIdcom.ibm.mobilefirstplatform.clientsdk.android |
ArtifactId | ArtifactIdjsonstore |
Version | Version1.1.1 |
Type | Typeaar |
Description |
DescriptionJSONStore Native Android SDK
JSONStore is a lightweight, document-oriented storage system that enables persistent storage of JSON documents for Android applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsonstore-1.1.1.pom | |
jsonstore-1.1.1.aar | 576 KB |
jsonstore-1.1.1-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/jsonstore/ -->
<dependency>
<groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
<artifactId>jsonstore</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/jsonstore/
implementation 'com.ibm.mobilefirstplatform.clientsdk.android:jsonstore:1.1.1'
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/jsonstore/
implementation ("com.ibm.mobilefirstplatform.clientsdk.android:jsonstore:1.1.1")
'com.ibm.mobilefirstplatform.clientsdk.android:jsonstore:aar:1.1.1'
<dependency org="com.ibm.mobilefirstplatform.clientsdk.android" name="jsonstore" rev="1.1.1">
<artifact name="jsonstore" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.mobilefirstplatform.clientsdk.android', module='jsonstore', version='1.1.1')
)
libraryDependencies += "com.ibm.mobilefirstplatform.clientsdk.android" % "jsonstore" % "1.1.1"
[com.ibm.mobilefirstplatform.clientsdk.android/jsonstore "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.jackson : jackson-jaxrs | jar | 1.9.13 |
com.google.guava : guava | jar | 14.0.1 |