GroupId | GroupIdcom.avito.android |
---|---|
ArtifactId | ArtifactIdtoast-rule |
Version | Version2021.32-agp7 |
Type | Typeaar |
Filename | Size |
---|---|
toast-rule-2021.32-agp7.pom | |
toast-rule-2021.32-agp7-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avito.android/toast-rule/ -->
<dependency>
<groupId>com.avito.android</groupId>
<artifactId>toast-rule</artifactId>
<version>2021.32-agp7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.avito.android/toast-rule/
implementation 'com.avito.android:toast-rule:2021.32-agp7'
// https://jarcasting.com/artifacts/com.avito.android/toast-rule/
implementation ("com.avito.android:toast-rule:2021.32-agp7")
'com.avito.android:toast-rule:aar:2021.32-agp7'
<dependency org="com.avito.android" name="toast-rule" rev="2021.32-agp7">
<artifact name="toast-rule" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.avito.android', module='toast-rule', version='2021.32-agp7')
)
libraryDependencies += "com.avito.android" % "toast-rule" % "2021.32-agp7"
[com.avito.android/toast-rule "2021.32-agp7"]