| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skydoves |
| ArtifactId | ArtifactIdbindables |
| Version | Version1.0.9 |
| Type | Typeaar |
| Description |
Descriptionbindables
Android DataBinding kit for notifying data changes from Model layers to UI layers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bindables-1.0.9.pom | |
| bindables-1.0.9.module | 4 KB |
| bindables-1.0.9-sources.jar | 24 KB |
| bindables-1.0.9-javadoc.jar | 504 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.skydoves/bindables/ -->
<dependency>
<groupId>com.github.skydoves</groupId>
<artifactId>bindables</artifactId>
<version>1.0.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation 'com.github.skydoves:bindables:1.0.9'
// https://jarcasting.com/artifacts/com.github.skydoves/bindables/
implementation ("com.github.skydoves:bindables:1.0.9")
'com.github.skydoves:bindables:aar:1.0.9'
<dependency org="com.github.skydoves" name="bindables" rev="1.0.9">
<artifact name="bindables" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.skydoves', module='bindables', version='1.0.9')
)
libraryDependencies += "com.github.skydoves" % "bindables" % "1.0.9"
[com.github.skydoves/bindables "1.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| androidx.lifecycle » lifecycle-viewmodel-ktx | jar | 2.3.1 |
| androidx.lifecycle » lifecycle-viewmodel-savedstate | jar | 2.3.1 |
| androidx.recyclerview » recyclerview | jar | 1.2.1 |
| androidx.databinding » databinding-common | jar | 4.1.3 |
| androidx.databinding » databinding-runtime | jar | 4.1.3 |
| androidx.databinding » databinding-adapters | jar | 4.1.3 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.10 |
| com.google.android.material » material | jar | 1.4.0 |
| androidx.appcompat » appcompat | jar | 1.4.0-alpha03 |