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