is not current version
Last Version 3.2.0

com.github.ajalt.colormath:colormath 2.0.0

Multiplatform color space conversions for Kotlin

Categories

Categories

ORM Data
GroupId

GroupId

com.github.ajalt.colormath
ArtifactId

ArtifactId

colormath
Version

Version

2.0.0
Type

Type

pom

Download colormath 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/ -->
<dependency>
    <groupId>com.github.ajalt.colormath</groupId>
    <artifactId>colormath</artifactId>
    <version>2.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation 'com.github.ajalt.colormath:colormath:2.0.0'
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation ("com.github.ajalt.colormath:colormath:2.0.0")
'com.github.ajalt.colormath:colormath:pom:2.0.0'
<dependency org="com.github.ajalt.colormath" name="colormath" rev="2.0.0">
  <artifact name="colormath" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.colormath', module='colormath', version='2.0.0')
)
libraryDependencies += "com.github.ajalt.colormath" % "colormath" % "2.0.0"
[com.github.ajalt.colormath/colormath "2.0.0"]