is not current version
Last Version 1.1.0

com.github.skydoves:bindables 1.0.0

Android Bindable kit for observing data changes by the Model layers using DataBinding.

GroupId

GroupId

com.github.skydoves
ArtifactId

ArtifactId

bindables
Version

Version

1.0.0
Type

Type

aar

Download bindables 1.0.0


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