Download colorpicker-1.0.1.jar file - Jar c

Jar examples for c:colorpicker

Description

A nice color picker using Java Swing that contains a visual color selection and input boxes to enter RGB and HSB values manually

You can download jar file colorpicker 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add colorpicker-1.0.1.jar to your project.

<dependency>
   <groupId>com.jaredrummler</groupId>
   <artifactId>colorpicker</artifactId>
   <version>1.0.1</version>
</dependency>
compile group: 'com.jaredrummler', name: 'colorpicker', version: '1.0.1'
libraryDependencies += "com.jaredrummler" % "colorpicker" % "1.0.1"
<dependency org="com.jaredrummler" name="colorpicker" rev="1.0.1"/>
@Grapes(@Grab(group='com.jaredrummler', module='colorpicker', version='1.0.1'))
'com.jaredrummler:colorpicker:jar:1.0.1'

Download

Click the following link to download the jar file.

colorpicker-1.0.1-javadoc.jar
colorpicker-1.0.1-sources.jar
colorpicker-1.0.1.pom



Related Tutorials