GroupId | GroupIdio.appwrite |
---|---|
ArtifactId | ArtifactIdsdk-for-android |
Version | Version0.3.2 |
Type | Typeaar |
Filename | Size |
---|---|
sdk-for-android-0.3.2.pom | |
sdk-for-android-0.3.2-sources.jar | 43 KB |
sdk-for-android-0.3.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.appwrite/sdk-for-android/ -->
<dependency>
<groupId>io.appwrite</groupId>
<artifactId>sdk-for-android</artifactId>
<version>0.3.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.appwrite/sdk-for-android/
implementation 'io.appwrite:sdk-for-android:0.3.2'
// https://jarcasting.com/artifacts/io.appwrite/sdk-for-android/
implementation ("io.appwrite:sdk-for-android:0.3.2")
'io.appwrite:sdk-for-android:aar:0.3.2'
<dependency org="io.appwrite" name="sdk-for-android" rev="0.3.2">
<artifact name="sdk-for-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.appwrite', module='sdk-for-android', version='0.3.2')
)
libraryDependencies += "io.appwrite" % "sdk-for-android" % "0.3.2"
[io.appwrite/sdk-for-android "0.3.2"]