Files download
File Operation
pro-firestream-typing-indicator-5.6.7.pom download
Apache Maven
<dependency>
  <groupId>chat.sdk</groupId>
  <artifactId>pro-firestream-typing-indicator</artifactId>
  <version>5.6.7</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'chat.sdk:pro-firestream-typing-indicator:5.6.7'
Gradle Kotlin
implementation("chat.sdk:pro-firestream-typing-indicator:5.6.7")
Scala SBT
libraryDependencies += "chat.sdk" % "pro-firestream-typing-indicator" % "5.6.7"
Groovy Grape
@Grapes(
  @Grab(group='chat.sdk', module='pro-firestream-typing-indicator', version='5.6.7')
)
Apache Ivy
<dependency org="chat.sdk" name="pro-firestream-typing-indicator" rev="5.6.7" />
Leiningen
[chat.sdk/pro-firestream-typing-indicator "5.6.7"]
Apache Buildr
'chat.sdk:pro-firestream-typing-indicator:jar:5.6.7'