c

colormath-watchossimulatorarm64

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