GroupId | GroupIdio.appwrite |
---|---|
ArtifactId | ArtifactIdsdk-for-android |
Version | Version0.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
sdk-for-android-0.2.0.pom | |
sdk-for-android-0.2.0-sources.jar | 21 KB |
sdk-for-android-0.2.0-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.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"]