MVN

com.github.tommyettinger : colorful-pure

Maven & Gradle

Nov 13, 2022
67 stars

colorful-pure · The color manipulation code from colorful-gdx, without using libGDX.

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

Latest Version

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

  • Latest Stable: 0.8.4

All Versions

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

Version Vulnerabilities Updated
0.8.x
colorful-pure-0.8.4
colorful-pure-0.8.3
colorful-pure-0.8.2
colorful-pure-0.8.1
colorful-pure-0.8.0
0.7.x
colorful-pure-0.7.0
0.6.x
colorful-pure-0.6.1
colorful-pure-0.6.0
0.5.x
colorful-pure-0.5.1
colorful-pure-0.5.0
0.4.x
colorful-pure-0.4.2
colorful-pure-0.4.1
colorful-pure-0.4.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement