is not current version
Last Version 0.6.0

io.rocketbase.commons:colors 0.5.0

provide a basic colorpalette + some helpers to work with hex/rgb

GroupId

GroupId

io.rocketbase.commons
ArtifactId

ArtifactId

colors
Version

Version

0.5.0
Type

Type

jar

Download colors 0.5.0


<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/colors/ -->
<dependency>
    <groupId>io.rocketbase.commons</groupId>
    <artifactId>colors</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/colors/
implementation 'io.rocketbase.commons:colors:0.5.0'
// https://jarcasting.com/artifacts/io.rocketbase.commons/colors/
implementation ("io.rocketbase.commons:colors:0.5.0")
'io.rocketbase.commons:colors:jar:0.5.0'
<dependency org="io.rocketbase.commons" name="colors" rev="0.5.0">
  <artifact name="colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='colors', version='0.5.0')
)
libraryDependencies += "io.rocketbase.commons" % "colors" % "0.5.0"
[io.rocketbase.commons/colors "0.5.0"]