c

colormath-jvm

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