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