MVN

io.appwrite : sdk-for-android

Maven & Gradle

Apr 12, 2023
93 stars

sdk-for-android · Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Android SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to [https://appwrite.io/docs](https://appwrite.io/docs)

<dependency>
    <groupId>io.appwrite</groupId>
    <artifactId>sdk-for-android</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.appwrite : sdk-for-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of io.appwrite : sdk-for-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sdk-for-android-2.0.0
1.2.x
sdk-for-android-1.2.1
sdk-for-android-1.2.0
1.1.x
sdk-for-android-1.1.0
1.0.x
sdk-for-android-1.0.0
0.7.x
sdk-for-android-0.7.0
0.6.x
sdk-for-android-0.6.1
0.5.x
sdk-for-android-0.5.0
0.4.x
sdk-for-android-0.4.0
0.3.x
sdk-for-android-0.3.3
sdk-for-android-0.3.2
sdk-for-android-0.3.0
0.2.x
sdk-for-android-0.2.1
sdk-for-android-0.2.0
0.0.x
sdk-for-android-0.0.1
sdk-for-android-0.0.0

How to add a dependency to Maven

Add the following io.appwrite : sdk-for-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.appwrite</groupId>
    <artifactId>sdk-for-android</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.appwrite : sdk-for-android gradle dependency to your build.gradle file:

implementation 'io.appwrite:sdk-for-android:2.0.0'

Gradle Kotlin DSL: Add the following io.appwrite : sdk-for-android gradle kotlin dependency to your build.gradle.kts file:

implementation("io.appwrite:sdk-for-android:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.appwrite : sdk-for-android sbt scala dependency to your build.sbt file:

libraryDependencies += "io.appwrite" % "sdk-for-android" % "2.0.0"

Advertisement