c

chat

Aircore Panels Chat SDK, for usage in Jetpack Compose projects.
https://www.aircore.io/product/chat
Aircore's Terms of Service
Aircore Team
Files download
File Operation
chat-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.aircore.panel</groupId>
  <artifactId>chat</artifactId>
  <version>3.0.0</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.aircore.panel:chat:3.0.0'
Gradle Kotlin
implementation("io.aircore.panel:chat:3.0.0")
Scala SBT
libraryDependencies += "io.aircore.panel" % "chat" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.aircore.panel', module='chat', version='3.0.0')
)
Apache Ivy
<dependency org="io.aircore.panel" name="chat" rev="3.0.0" />
Leiningen
[io.aircore.panel/chat "3.0.0"]
Apache Buildr
'io.aircore.panel:chat:jar:3.0.0'