Jar examples for c:colorpicker
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.
The Apache Software License, Version 2.0
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'
Click the following link to download the jar file.
colorpicker-1.0.1-javadoc.jar