bindables

Android DataBinding kit for notifying data changes to UI layers.

License

License

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

bindables
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

bindables
Android DataBinding kit for notifying data changes to UI layers.
Project URL

Project URL

https://github.com/skydoves/bindables
Source Code Management

Source Code Management

https://github.com/skydoves/bindables/tree/main

Download bindables

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.skydoves/bindables/ -->
<dependency>
    <groupId>com.github.skydoves</groupId>
    <artifactId>bindables</artifactId>
    <version>1.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation 'com.github.skydoves:bindables:1.1.0'
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation ("com.github.skydoves:bindables:1.1.0")
'com.github.skydoves:bindables:aar:1.1.0'
<dependency org="com.github.skydoves" name="bindables" rev="1.1.0">
  <artifact name="bindables" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='bindables', version='1.1.0')
)
libraryDependencies += "com.github.skydoves" % "bindables" % "1.1.0"
[com.github.skydoves/bindables "1.1.0"]

Dependencies

compile (7)

Group / Artifact Type Version
androidx.lifecycle » lifecycle-viewmodel-ktx jar 2.4.1
androidx.lifecycle » lifecycle-viewmodel-savedstate jar 2.4.1
androidx.databinding » databinding-common jar 7.2.1
androidx.databinding » databinding-runtime jar 7.2.1
androidx.databinding » databinding-adapters jar 7.2.1
androidx.databinding » databinding-ktx jar 7.2.1
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.7.0

runtime (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-reflect jar 1.7.0
com.google.android.material » material jar 1.6.0
androidx.appcompat » appcompat jar 1.4.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0