is not current version
Last Version 0.6.1

io.appwrite:sdk-for-android 0.2.0

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)

GroupId

GroupId

io.appwrite
ArtifactId

ArtifactId

sdk-for-android
Version

Version

0.2.0
Type

Type

aar

Download sdk-for-android 0.2.0


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