MVN

co.realtime : storage-android

Maven & Gradle

Jun 16, 2016
0 stars

Storage Android · Realtime Cloud Storage SDK for Android

<dependency>
    <groupId>co.realtime</groupId>
    <artifactId>storage-android</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.realtime : storage-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of co.realtime : storage-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
storage-android-1.2.4
storage-android-1.2.2
storage-android-1.2.0
1.0.x
storage-android-1.0.26
storage-android-1.0.24
storage-android-1.0.22
storage-android-1.0.20
storage-android-1.0.18
storage-android-1.0.16
storage-android-1.0.14
storage-android-1.0.12
storage-android-1.0.11

How to add a dependency to Maven

Add the following co.realtime : storage-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.realtime</groupId>
    <artifactId>storage-android</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.realtime : storage-android gradle dependency to your build.gradle file:

implementation 'co.realtime:storage-android:1.2.4'

Gradle Kotlin DSL: Add the following co.realtime : storage-android gradle kotlin dependency to your build.gradle.kts file:

implementation("co.realtime:storage-android:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.realtime : storage-android sbt scala dependency to your build.sbt file:

libraryDependencies += "co.realtime" % "storage-android" % "1.2.4"

Advertisement