| Группа | Группаio.getstream |
|---|---|
| Идентификатор | Идентификаторstream-chat-android-ui-common |
| Версия | Версия4.8.0 |
| Тип | Типaar |
<!-- https://jarcasting.com/artifacts/io.getstream/stream-chat-android-ui-common/ -->
<dependency>
<groupId>io.getstream</groupId>
<artifactId>stream-chat-android-ui-common</artifactId>
<version>4.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.getstream/stream-chat-android-ui-common/
implementation 'io.getstream:stream-chat-android-ui-common:4.8.0'
// https://jarcasting.com/artifacts/io.getstream/stream-chat-android-ui-common/
implementation ("io.getstream:stream-chat-android-ui-common:4.8.0")
'io.getstream:stream-chat-android-ui-common:aar:4.8.0'
<dependency org="io.getstream" name="stream-chat-android-ui-common" rev="4.8.0">
<artifact name="stream-chat-android-ui-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.getstream', module='stream-chat-android-ui-common', version='4.8.0')
)
libraryDependencies += "io.getstream" % "stream-chat-android-ui-common" % "4.8.0"
[io.getstream/stream-chat-android-ui-common "4.8.0"]