c

colormath-linuxx64

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