MVN

com.github.tommyettinger : colorful

Maven & Gradle

Nov 13, 2022
67 stars

colorful · The color manipulation code of colorful-gdx, using libGDX.

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>colorful</artifactId>
    <version>0.8.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tommyettinger : colorful to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.4

All Versions

Choose a version of com.github.tommyettinger : colorful to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
colorful-0.8.4
colorful-0.8.3
colorful-0.8.2
colorful-0.8.1
colorful-0.8.0
0.7.x
colorful-0.7.0
0.6.x
colorful-0.6.1
colorful-0.6.0
0.5.x
colorful-0.5.1
colorful-0.5.0
0.4.x
colorful-0.4.2
colorful-0.4.1
colorful-0.4.0
0.3.x
colorful-0.3.1
colorful-0.3.0
0.2.x
colorful-0.2.2
colorful-0.2.1
colorful-0.2.0
0.1.x
colorful-0.1.0

How to add a dependency to Maven

Add the following com.github.tommyettinger : colorful maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tommyettinger</groupId>
    <artifactId>colorful</artifactId>
    <version>0.8.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tommyettinger : colorful gradle dependency to your build.gradle file:

implementation 'com.github.tommyettinger:colorful:0.8.4'

Gradle Kotlin DSL: Add the following com.github.tommyettinger : colorful gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tommyettinger:colorful:0.8.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tommyettinger : colorful sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tommyettinger" % "colorful" % "0.8.4"