amity-sdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.amity.android</groupId> <artifactId>amity-sdk</artifactId> <version>7.8.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>co.amity.android</groupId> <artifactId>amity-sdk</artifactId> <version>7.8.0</version> <packaging>aar</packaging> <name>amity-sdk</name> <description>Amity Social Cloud SDK is a software development kit provided by Amity for developers to integrate Amity social features into their applications. The SDK includes a variety of features such as chat, social feeds, and user management.</description> <url>https://github.com/AmityCo/Amity-Social-Cloud-SDK-Android</url> <licenses> <license> <name>Amity Social Cloud SDK License</name> <url>https://github.com/AmityCo/.license/blob/main/android-sdk/LICENSE</url> </license> </licenses> <developers> <developer> <name>Amity Social Cloud Platform</name> <email>asc-platform@amity.co</email> <organization>Amity Corporation</organization> <organizationUrl>https://amity.co</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git://github.com/AmityCo/Amity-Social-Cloud-SDK-Android.git</connection> <developerConnection>scm:git:ssh://github.com:AmityCo/Amity-Social-Cloud-SDK-Android.git</developerConnection> <url>https://github.com/AmityCo/Amity-Social-Cloud-SDK-Android/tree/trunk</url> </scm> <dependencies> <dependency> <groupId>co.amity.android</groupId> <artifactId>amity-rxbridge</artifactId> <version>7.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>joda-time</groupId> <artifactId>joda-time</artifactId> <version>2.10.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxandroid</artifactId> <version>2.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxandroid</artifactId> <version>3.0.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxjava</artifactId> <version>2.2.10</version> <scope>compile</scope> </dependency> <dependency> <groupId>io.reactivex.rxjava3</groupId> <artifactId>rxjava</artifactId> <version>3.1.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-runtime</artifactId> <version>3.2.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.8.21</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.amity.android</groupId> <artifactId>core-push</artifactId> <version>7.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.amity.android</groupId> <artifactId>amity-stream-api</artifactId> <version>7.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.amity.android</groupId> <artifactId>amity-log</artifactId> <version>7.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.amity.android</groupId> <artifactId>amity-rxupload</artifactId> <version>7.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>co.amity.android</groupId> <artifactId>amity-rxremotemediator</artifactId> <version>7.8.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.annotation</groupId> <artifactId>annotation</artifactId> <version>1.1.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.7</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>4.9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>adapter-rxjava3</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.davidmoten</groupId> <artifactId>rxjava2-extras</artifactId> <version>0.1.24</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.f2prateek.rx.preferences2</groupId> <artifactId>rx-preferences</artifactId> <version>2.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jakewharton.rxrelay3</groupId> <artifactId>rxrelay</artifactId> <version>3.0.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata</artifactId> <version>2.1.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-rxjava2</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.paging</groupId> <artifactId>paging-rxjava3</artifactId> <version>3.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.sqlite</groupId> <artifactId>sqlite-ktx</artifactId> <version>2.3.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>30.1.1-android</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.EkoCommunications.hivemq-mqtt-client</groupId> <artifactId>hivemq-mqtt-client</artifactId> <version>1.3.1-beta01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-rx3</artifactId> <version>1.6.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.7.20</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.9.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-reactivestreams</artifactId> <version>2.1.0-rc01</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-paging</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-rxjava2</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-rxjava3</artifactId> <version>2.5.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>net.zetetic</groupId> <artifactId>sqlcipher-android</artifactId> <version>4.5.6</version> <type>aar</type> <scope>runtime</scope> <exclusions> <exclusion> <artifactId>*</artifactId> <groupId>*</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>