color-picker
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.webjars.bowergithub.juchar</groupId> <artifactId>color-picker</artifactId> <version>0.9.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <groupId>org.webjars.bowergithub.juchar</groupId> <artifactId>color-picker</artifactId> <version>0.9.0</version> <name>color-picker</name> <description>WebJar for color-picker</description> <url>http://webjars.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <scm> <url>https://github.com/Juchar/color-picker</url> <connection>https://github.com/Juchar/color-picker.git</connection> <developerConnection>https://github.com/Juchar/color-picker.git</developerConnection> <tag>v0.9.0</tag> </scm> <developers> <developer> <id>webjars</id> <url>http://webjars.org</url> </developer> </developers> <licenses> <license> <name>Apache-2.0</name> <url>https://spdx.org/licenses/Apache-2.0#licenseText</url> <distribution>repo</distribution> </license> </licenses> <issueManagement> <url>https://github.com/Juchar/color-picker/issues</url> </issueManagement> <dependencies> <dependency> <groupId>org.webjars.bowergithub.polymerelements</groupId> <artifactId>iron-resizable-behavior</artifactId> <version>[2.0.0,3)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.bgrins</groupId> <artifactId>tinycolor</artifactId> <version>[1.4.1,2)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.polymer</groupId> <artifactId>polymer</artifactId> <version>[2.0.0,3)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-icons</artifactId> <version>[4.3.1,5)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-material-styles</artifactId> <version>[1.2.2,2)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-text-field</artifactId> <version>[2.4.4,3)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-button</artifactId> <version>[2.2.0,3)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-tabs</artifactId> <version>[3.0.0,4)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-themable-mixin</artifactId> <version>[1.2.0,2)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-checkbox</artifactId> <version>[2.2.10,3)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-lumo-styles</artifactId> <version>[1.4.1,2)</version> </dependency> <dependency> <groupId>org.webjars.bowergithub.vaadin</groupId> <artifactId>vaadin-element-mixin</artifactId> <version>[2.0.0,3)</version> </dependency> </dependencies> </project>