is not current version
Last Version 1.4.1

com.github.ajalt:colormath 1.2.0

Color space conversions for Java and Kotlin

Categories

Categories

ORM Data
GroupId

GroupId

com.github.ajalt
ArtifactId

ArtifactId

colormath
Version

Version

1.2.0
Type

Type

jar

Download colormath 1.2.0


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