| License |
License |
|---|---|
| GroupId | GroupIdcom.github.skydoves |
| ArtifactId | ArtifactIdbindables |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionbindables
Android DataBinding kit for notifying data changes to UI layers.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bindables-1.1.0.pom | |
| bindables-1.1.0.module | 4 KB |
| bindables-1.1.0-sources.jar | 23 KB |
| bindables-1.1.0-javadoc.jar | 518 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |