c

colormath-watchosarm32

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