| Группа | Группаio.github.tikivn |
|---|---|
| Идентификатор | Идентификаторchat |
| Версия | Версия1.0.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| chat-1.0.1.pom | |
| chat-1.0.1-sources.jar | 12 KB |
| chat-1.0.1-javadoc.jar | 369 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.tikivn/chat/ -->
<dependency>
<groupId>io.github.tikivn</groupId>
<artifactId>chat</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tikivn/chat/
implementation 'io.github.tikivn:chat:1.0.1'
// https://jarcasting.com/artifacts/io.github.tikivn/chat/
implementation ("io.github.tikivn:chat:1.0.1")
'io.github.tikivn:chat:aar:1.0.1'
<dependency org="io.github.tikivn" name="chat" rev="1.0.1">
<artifact name="chat" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tikivn', module='chat', version='1.0.1')
)
libraryDependencies += "io.github.tikivn" % "chat" % "1.0.1"
[io.github.tikivn/chat "1.0.1"]