chatsdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ghabie.chatsdk</groupId> <artifactId>chatsdk</artifactId> <version>0.1.7</version> </dependency>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.ghabie.chatsdk</groupId> <artifactId>chatsdk</artifactId> <version>0.1.7</version> <packaging>aar</packaging> <name>com.ghabie.chatsdk:chatsdk</name> <description>A Java SDK crafted for seamless integration of customer support functionalities into your applications. With its easy-to-use interface components and real-time communication capabilities, developers can effortlessly empower their users with multichannel support options, including chat, email, and in-app messaging.</description> <url>https://ghabie.com/</url> <licenses> <license> <name>Proprietary License</name> <url>https://ghabie.com/license</url> </license> </licenses> <developers> <developer> <name>Ghabie</name> <email>info@ghabie.com</email> <organization>Ghabie inc.</organization> <organizationUrl>https://ghabie.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@bitbucket.org:ghabiemobile/androidsdk.git</connection> <developerConnection>scm:git:git@bitbucket.org:ghabiemobile/androidsdk.git</developerConnection> <url>https://bitbucket.org/ghabiemobile/androidsdk/src/master/</url> </scm> <dependencies> <!-- AndroidX Core --> <dependency> <groupId>androidx.core</groupId> <artifactId>core</artifactId> <version>1.0.0</version> </dependency> <!-- AndroidX AppCompat --> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.6.1</version> </dependency> <!-- Material Design Components --> <dependency> <groupId>com.google.android.material</groupId> <artifactId>material</artifactId> <version>1.10.0</version> </dependency> <!-- JUnit for testing --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> <!-- AndroidX Test dependencies --> <dependency> <groupId>androidx.test.ext</groupId> <artifactId>junit</artifactId> <version>1.1.5</version> <scope>test</scope> </dependency> <dependency> <groupId>androidx.test.espresso</groupId> <artifactId>espresso-core</artifactId> <version>3.5.1</version> <scope>test</scope> </dependency> <!-- Navigation component --> <dependency> <groupId>androidx.navigation</groupId> <artifactId>navigation-fragment-ktx</artifactId> <version>2.4.2</version> </dependency> <!-- Gson --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> </dependency> <!-- PaperDB --> <dependency> <groupId>io.github.pilgr</groupId> <artifactId>paperdb</artifactId> <version>2.7.2</version> </dependency> <!-- Kotlinx Serialization JSON --> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-serialization-json</artifactId> <version>1.3.3</version> </dependency> <!-- SLF4J --> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>2.0.0-alpha7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>2.0.0-alpha7</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>2.0.0-alpha7</version> </dependency> <!-- Room Database --> <dependency> <groupId>androidx.room</groupId> <artifactId>room-runtime</artifactId> <version>2.4.0-alpha03</version> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-ktx</artifactId> <version>2.3.0</version> </dependency> <dependency> <groupId>androidx.room</groupId> <artifactId>room-compiler</artifactId> <version>2.4.0-alpha03</version> <scope>provided</scope> </dependency> <!-- Scarlet WebSocket --> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>scarlet</artifactId> <version>0.1.12</version> </dependency> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>websocket-okhttp</artifactId> <version>0.1.10</version> </dependency> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>scarlet</artifactId> <version>0.1.10</version> </dependency> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>stream-adapter-rxjava2</artifactId> <version>0.1.10</version> </dependency> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>message-adapter-gson</artifactId> <version>0.1.9</version> </dependency> <dependency> <groupId>com.tinder.scarlet</groupId> <artifactId>lifecycle-android</artifactId> <version>0.1.10</version> </dependency> <!-- Retrofit --> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>retrofit</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.retrofit2</groupId> <artifactId>converter-gson</artifactId> <version>2.9.0</version> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>logging-interceptor</artifactId> <version>4.10.0</version> </dependency> <dependency> <groupId>com.jakewharton.timber</groupId> <artifactId>timber</artifactId> <version>4.7.1</version> </dependency> <dependency> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit2-rxjava2-adapter</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>com.jakewharton.retrofit</groupId> <artifactId>retrofit2-kotlin-coroutines-adapter</artifactId> <version>0.9.2</version> </dependency> <!-- CircleImageView --> <dependency> <groupId>de.hdodenhof</groupId> <artifactId>circleimageview</artifactId> <version>3.1.0</version> </dependency> <!-- Koin --> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android-viewmodel</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-android</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-core</artifactId> <version>2.0.1</version> </dependency> <dependency> <groupId>io.insert-koin</groupId> <artifactId>koin-java</artifactId> <version>2.0.1</version> </dependency> <!-- Multidex --> <dependency> <groupId>androidx.multidex</groupId> <artifactId>multidex</artifactId> <version>2.0.1</version> </dependency> <!-- RxAndroid --> <dependency> <groupId>io.reactivex.rxjava2</groupId> <artifactId>rxandroid</artifactId> <version>2.1.1</version> </dependency> <!-- AndroidX Lifecycle --> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-livedata-ktx</artifactId> <version>2.4.0</version> </dependency> <!-- Picasso --> <dependency> <groupId>com.squareup.picasso</groupId> <artifactId>picasso</artifactId> <version>2.71828</version> </dependency> <!-- viewbinding --> <dependency> <groupId>androidx.databinding</groupId> <artifactId>viewbinding</artifactId> <version>8.3.1</version> </dependency> </dependencies> </project>