guru-realtime
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>chat.sdk</groupId> <artifactId>guru-realtime</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>guru-realtime</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> <dependencyManagement> <dependencies> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-bom</artifactId> <version>30.1.0</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>chat.sdk</groupId> <artifactId>guru-common</artifactId> <version>5.6.7</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.google.firebase</groupId> <artifactId>firebase-database</artifactId> <scope>compile</scope> </dependency> </dependencies> </project>