In this page we are giving Maven Dependency of com.robbypond >> android-ColorPickerPreference version1.11
You should include the dependency code given in this page to add Maven Dependency of com.robbypond >> android-ColorPickerPreference version1.11 in your project.
In this page we are going to discuss about android-ColorPickerPreference version 1.11 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use android-ColorPickerPreference version 1.11 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of android-ColorPickerPreference version 1.11 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of android-ColorPickerPreference version 1.11:
<dependency> <groupId>com.robbypond</groupId> <artifactId>android-ColorPickerPreference</artifactId> <version>1.11</version> </dependency>
Gradle Dependency of android-ColorPickerPreference version 1.11
compile group: 'com.robbypond', name: 'android-ColorPickerPreference', version: '1.11'
SBT Dependency of android-ColorPickerPreference version 1.11
libraryDependencies += "com.robbypond" % "android-ColorPickerPreference" % "1.11"
Ivy Dependency of android-ColorPickerPreference version 1.11
<dependency org="com.robbypond" name="android-ColorPickerPreference" rev="1.11"/>
Grape Dependency of android-ColorPickerPreference version 1.11
@Grapes(
@Grab(group='com.robbypond', module='android-ColorPickerPreference', version='1.11')
)
Leiningen Dependency of android-ColorPickerPreference version 1.11
[com.robbypond/android-ColorPickerPreference "1.11"]
Buildr Dependency of android-ColorPickerPreference version 1.11
'com.robbypond:android-ColorPickerPreference:jar:1.11'
Advertisements