| GroupId | GroupIdio.github.tikivn |
|---|---|
| ArtifactId | ArtifactIdchat |
| Version | Version1.1.3 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| chat-1.1.3.pom | |
| chat-1.1.3-sources.jar | 14 KB |
| chat-1.1.3-javadoc.jar | 381 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.tikivn/chat/ -->
<dependency>
<groupId>io.github.tikivn</groupId>
<artifactId>chat</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tikivn/chat/
implementation 'io.github.tikivn:chat:1.1.3'
// https://jarcasting.com/artifacts/io.github.tikivn/chat/
implementation ("io.github.tikivn:chat:1.1.3")
'io.github.tikivn:chat:aar:1.1.3'
<dependency org="io.github.tikivn" name="chat" rev="1.1.3">
<artifact name="chat" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tikivn', module='chat', version='1.1.3')
)
libraryDependencies += "io.github.tikivn" % "chat" % "1.1.3"
[io.github.tikivn/chat "1.1.3"]