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