GroupId | GroupIdio.getstream |
---|---|
ArtifactId | ArtifactIdstream-chat-android-ui-common |
Version | Version4.23.0 |
Type | Typeaar |
<!-- 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.23.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.23.0'
// https://jarcasting.com/artifacts/io.getstream/stream-chat-android-ui-common/
implementation ("io.getstream:stream-chat-android-ui-common:4.23.0")
'io.getstream:stream-chat-android-ui-common:aar:4.23.0'
<dependency org="io.getstream" name="stream-chat-android-ui-common" rev="4.23.0">
<artifact name="stream-chat-android-ui-common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.getstream', module='stream-chat-android-ui-common', version='4.23.0')
)
libraryDependencies += "io.getstream" % "stream-chat-android-ui-common" % "4.23.0"
[io.getstream/stream-chat-android-ui-common "4.23.0"]