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