License |
License |
---|---|
GroupId | GroupIdcom.github.tommyettinger |
ArtifactId | ArtifactIdcolorful-gdx |
Last Version | Last Version0.8.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncolorful-gdx
Code for handling color spaces and otherwise manipulating color in powerful ways.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
colorful-gdx-0.8.2.pom | |
colorful-gdx-0.8.2.jar | 261 bytes |
colorful-gdx-0.8.2-sources.jar | 261 bytes |
colorful-gdx-0.8.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tommyettinger/colorful-gdx/ -->
<dependency>
<groupId>com.github.tommyettinger</groupId>
<artifactId>colorful-gdx</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful-gdx/
implementation 'com.github.tommyettinger:colorful-gdx:0.8.2'
// https://jarcasting.com/artifacts/com.github.tommyettinger/colorful-gdx/
implementation ("com.github.tommyettinger:colorful-gdx:0.8.2")
'com.github.tommyettinger:colorful-gdx:jar:0.8.2'
<dependency org="com.github.tommyettinger" name="colorful-gdx" rev="0.8.2">
<artifact name="colorful-gdx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tommyettinger', module='colorful-gdx', version='0.8.2')
)
libraryDependencies += "com.github.tommyettinger" % "colorful-gdx" % "0.8.2"
[com.github.tommyettinger/colorful-gdx "0.8.2"]