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