License |
License |
---|---|
GroupId | GroupIdio.rocketbase.commons |
ArtifactId | ArtifactIdcolors |
Version | Version0.5.1 |
Type | Typejar |
Description |
Descriptionrocketbase.io colors helper
provide a basic colorpalette + some helpers to work with hex/rgb
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
colors-0.5.1.pom | |
colors-0.5.1.jar | 9 KB |
colors-0.5.1-sources.jar | 6 KB |
colors-0.5.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rocketbase.commons/colors/ -->
<dependency>
<groupId>io.rocketbase.commons</groupId>
<artifactId>colors</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.rocketbase.commons/colors/
implementation 'io.rocketbase.commons:colors:0.5.1'
// https://jarcasting.com/artifacts/io.rocketbase.commons/colors/
implementation ("io.rocketbase.commons:colors:0.5.1")
'io.rocketbase.commons:colors:jar:0.5.1'
<dependency org="io.rocketbase.commons" name="colors" rev="0.5.1">
<artifact name="colors" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rocketbase.commons', module='colors', version='0.5.1')
)
libraryDependencies += "io.rocketbase.commons" % "colors" % "0.5.1"
[io.rocketbase.commons/colors "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |