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