c

chat-ui-components-internal

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