MVN

com.thefuntasty.mvvm : bindingadapters

Maven & Gradle

Oct 15, 2019
120 stars

bindingadapters · Collection of handy extensions and binding adapters usable even without rest of MVVM-Android framework

<dependency>
    <groupId>com.thefuntasty.mvvm</groupId>
    <artifactId>bindingadapters</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thefuntasty.mvvm : bindingadapters to add to Maven - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of com.thefuntasty.mvvm : bindingadapters to add to Maven - All Versions:

Version Vulnerabilities Updated
2.1.x
bindingadapters-2.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.thefuntasty.mvvm</groupId>
    <artifactId>bindingadapters</artifactId>
    <version>2.1.0</version>
</dependency>

Advertisement