core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>chat.sdk</groupId> <artifactId>core</artifactId> <version>5.6.7</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>chat.sdk</groupId> <artifactId>core</artifactId> <version>5.6.7</version> <packaging>aar</packaging> <name>Chat SDK</name> <description>Open Source Instant Messaging Framework</description> <url>https://github.com/chat-sdk/chat-sdk-android</url> <licenses> <license> <name>Dual licensing: GPL or Commercial / Apache 2.0</name> <url>https://github.com/chat-sdk/chat-sdk-android/blob/master/LICENSE.md</url> </license> </licenses> <developers> <developer> <id>100bears</id> <name>Benjamin Smiley-Andrews</name> <email>ben@sdk.chat</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:chat-sdk/chat-sdk-android.git</connection> <developerConnection>scm:git:ssh://github.com:chat-sdk/chat-sdk-android.git</developerConnection> <url>https://github.com/chat-sdk/chat-sdk-android</url> </scm> <dependencies> <dependency> <groupId>chat.sdk</groupId> <artifactId>guru-common</artifactId> <version>5.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>chat.sdk</groupId> <artifactId>vendor</artifactId> <version>5.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.github.amitshekhariitbhu.Fast-Android-Networking</groupId> <artifactId>android-networking</artifactId> <version>v1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.greenrobot</groupId> <artifactId>greendao</artifactId> <version>3.3.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.recyclerview</groupId> <artifactId>recyclerview</artifactId> <version>1.2.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.lifecycle</groupId> <artifactId>lifecycle-extensions</artifactId> <version>2.2.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>id.zelory</groupId> <artifactId>compressor</artifactId> <version>2.1.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.karumi</groupId> <artifactId>dexter</artifactId> <version>6.2.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.android.exoplayer</groupId> <artifactId>exoplayer</artifactId> <version>2.18.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.bumptech.glide</groupId> <artifactId>glide</artifactId> <version>4.13.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.activity</groupId> <artifactId>activity-ktx</artifactId> <version>1.6.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.fragment</groupId> <artifactId>fragment-ktx</artifactId> <version>1.5.5</version> <scope>runtime</scope> </dependency> </dependencies> </project>