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