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