Storage Android

Realtime Cloud Storage SDK for Android

License

License

GroupId

GroupId

co.realtime
ArtifactId

ArtifactId

storage-android
Last Version

Last Version

1.2.4
Release Date

Release Date

Type

Type

aar
Description

Description

Storage Android
Realtime Cloud Storage SDK for Android
Project URL

Project URL

https://github.com/realtime-framework/RealtimeStorage-Android
Source Code Management

Source Code Management

https://github.com/realtime-framework/RealtimeStorage-Android

Download storage-android

How to add to project

<!-- https://jarcasting.com/artifacts/co.realtime/storage-android/ -->
<dependency>
    <groupId>co.realtime</groupId>
    <artifactId>storage-android</artifactId>
    <version>1.2.4</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.realtime/storage-android/
implementation 'co.realtime:storage-android:1.2.4'
// https://jarcasting.com/artifacts/co.realtime/storage-android/
implementation ("co.realtime:storage-android:1.2.4")
'co.realtime:storage-android:aar:1.2.4'
<dependency org="co.realtime" name="storage-android" rev="1.2.4">
  <artifact name="storage-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.realtime', module='storage-android', version='1.2.4')
)
libraryDependencies += "co.realtime" % "storage-android" % "1.2.4"
[co.realtime/storage-android "1.2.4"]

Dependencies

compile (6)

Group / Artifact Type Version
co.realtime : messaging-android jar 2.1.64
com.fasterxml.jackson.core : jackson-core jar 2.2.1
com.google.code.gson : gson jar 2.6.2
com.fasterxml.jackson.core : jackson-databind jar 2.2.3
com.fasterxml.jackson.core : jackson-annotations jar 2.2.3
com.android.support » appcompat-v7 jar 23.4.0

Project Modules

There are no modules declared in this project.

Realtime Cloud Storage Android SDK

Part of the The Realtime® Framework, the Realtime Cloud Storage Service is a highly-scalable backend-as-a-service powered by Amazon DynamoDB. We've added real-time notifications to keep data synchronized between users of your application.

packagingOptions needed in versions >= 1.2.0

To avoid dependency conflicts with other libraries the following configuration must be added to your project build.gradle file.

android {
...
    packagingOptions {
        exclude 'META-INF/DEPENDENCIES'
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
    }
...
}

API Reference

http://storage-public.realtime.co/documentation/android/1.0.0/

Authors

Realtime.co

Versions

Version
1.2.4
1.2.2
1.2.0
1.0.26
1.0.24
1.0.22
1.0.20
1.0.18
1.0.16
1.0.14
1.0.12
1.0.11