androidxcolorpicker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.long76</groupId> <artifactId>androidxcolorpicker</artifactId> <version>3.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.long76</groupId> <artifactId>androidxcolorpicker</artifactId> <version>3.1</version> <packaging>aar</packaging> <name>AndroidXColorPicker</name> <description>AndroidX Color Picker</description> <url>https://github.com/long76/AndroidXColorPicker</url> <licenses> <license> <name>MIT License</name> <url>https://github.com/long76/AndroidXColorPicker/blob/master/LICENSE</url> </license> </licenses> <developers> <developer> <id>long76</id> <name>long76</name> <url>https://github.com/long76</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/long76/AndroidXColorPicker.git</connection> <tag>3.1</tag> <url>https://github.com/long76/AndroidXColorPicker</url> </scm> <dependencies> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.0</version> </dependency> <dependency> <groupId>androidx.preference</groupId> <artifactId>preference</artifactId> <version>1.1.1</version> </dependency> </dependencies> </project>