| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.skydoves |
| Идентификатор | Идентификаторbindables |
| Версия | Версия1.0.8 |
| Тип | Типaar |
| Описание |
Описаниеbindables
Android DataBinding kit for notifying data changes from Model layers to UI layers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bindables-1.0.8.pom | |
| bindables-1.0.8.module | 4 KB |
| bindables-1.0.8-sources.jar | 23 KB |
| bindables-1.0.8-javadoc.jar | 512 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/bindables/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>bindables</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation 'com.github.skydoves:bindables:1.0.8'
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation ("com.github.skydoves:bindables:1.0.8")
'com.github.skydoves:bindables:aar:1.0.8'
<dependency org="com.github.skydoves" name="bindables" rev="1.0.8">
<artifact name="bindables" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='bindables', version='1.0.8')
)
libraryDependencies += "com.github.skydoves" % "bindables" % "1.0.8"
[com.github.skydoves/bindables "1.0.8"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.3.0 |
| androidx.lifecycle » lifecycle-viewmodel-savedstate | jar | 2.3.0 |
| androidx.recyclerview » recyclerview | jar | 1.1.0 |
| androidx.databinding » databinding-common | jar | 4.1.1 |
| androidx.databinding » databinding-runtime | jar | 4.1.1 |
| androidx.databinding » databinding-adapters | jar | 4.1.1 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.4.30 |
| com.google.android.material » material | jar | 1.3.0 |
| androidx.appcompat » appcompat | jar | 1.3.0-alpha02 |