c

colormath-linuxx64

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