License |
License |
---|---|
GroupId | GroupIdcom.github.tommyettinger |
ArtifactId | ArtifactIdcolorful |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncolorful
The color manipulation code of colorful-gdx, using libGDX.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
colorful-0.8.2.pom | |
colorful-0.8.2.jar | 38 KB |
colorful-0.8.2-sources.jar | 56 KB |
colorful-0.8.2-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>colorful</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/
implementation 'com.github.tommyettinger:colorful:0.8.2'
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful/
implementation ("com.github.tommyettinger:colorful:0.8.2")
'com.github.tommyettinger:colorful:jar:0.8.2'
<dependency org="com.github.tommyettinger" name="colorful" rev="0.8.2">
<artifact name="colorful" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='colorful', version='0.8.2')
)
libraryDependencies += "com.github.tommyettinger" % "colorful" % "0.8.2"
[com.github.tommyettinger/colorful "0.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.13 |