Install Android Betterpickers via Maven
masterTo include version 1.6.0 of the library in your Maven project, add the following dependency to your pom.xml. Note that this version uses support-v4 and android-switch-backport.
<dependency>
<groupId>com.doomonafireball.betterpickers</groupId>
<artifactId>library</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>