Files download
File Operation
colormath-jvm-2.1.0.jar download
colormath-jvm-2.1.0.pom download
colormath-jvm-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt.colormath</groupId>
  <artifactId>colormath-jvm</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt.colormath:colormath-jvm:2.1.0'
Gradle Kotlin
implementation("com.github.ajalt.colormath:colormath-jvm:2.1.0")
Scala SBT
libraryDependencies += "com.github.ajalt.colormath" % "colormath-jvm" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt.colormath', module='colormath-jvm', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.ajalt.colormath" name="colormath-jvm" rev="2.1.0" />
Leiningen
[com.github.ajalt.colormath/colormath-jvm "2.1.0"]
Apache Buildr
'com.github.ajalt.colormath:colormath-jvm:jar:2.1.0'