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.5.0.pom download
colormath-watchossimulatorarm64-3.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt.colormath</groupId>
  <artifactId>colormath-watchossimulatorarm64</artifactId>
  <version>3.5.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt.colormath:colormath-watchossimulatorarm64:3.5.0'
Gradle Kotlin
implementation("com.github.ajalt.colormath:colormath-watchossimulatorarm64:3.5.0")
Scala SBT
libraryDependencies += "com.github.ajalt.colormath" % "colormath-watchossimulatorarm64" % "3.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt.colormath', module='colormath-watchossimulatorarm64', version='3.5.0')
)
Apache Ivy
<dependency org="com.github.ajalt.colormath" name="colormath-watchossimulatorarm64" rev="3.5.0" />
Leiningen
[com.github.ajalt.colormath/colormath-watchossimulatorarm64 "3.5.0"]
Apache Buildr
'com.github.ajalt.colormath:colormath-watchossimulatorarm64:jar:3.5.0'