| GroupId | GroupIdcom.robbypond |
|---|---|
| ArtifactId | ArtifactIdandroid-ColorPickerPreference |
| Version | Version1.11 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| android-ColorPickerPreference-1.11.pom | |
| android-ColorPickerPreference-1.11.aar | 35 KB |
| android-ColorPickerPreference-1.11-sources.jar | 261 bytes |
| android-ColorPickerPreference-1.11-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.robbypond/android-ColorPickerPreference/ -->
<dependency>
<groupId>com.robbypond</groupId>
<artifactId>android-ColorPickerPreference</artifactId>
<version>1.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.robbypond/android-ColorPickerPreference/
implementation 'com.robbypond:android-ColorPickerPreference:1.11'
// https://jarcasting.com/artifacts/com.robbypond/android-ColorPickerPreference/
implementation ("com.robbypond:android-ColorPickerPreference:1.11")
'com.robbypond:android-ColorPickerPreference:aar:1.11'
<dependency org="com.robbypond" name="android-ColorPickerPreference" rev="1.11">
<artifact name="android-ColorPickerPreference" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.robbypond', module='android-ColorPickerPreference', version='1.11')
)
libraryDependencies += "com.robbypond" % "android-ColorPickerPreference" % "1.11"
[com.robbypond/android-ColorPickerPreference "1.11"]