is not current version
Last Version 1.4.1

com.github.ajalt:colormath 1.1.0

Color space conversions for Java and Kotlin

Categories

Categories

ORM Data
GroupId

GroupId

com.github.ajalt
ArtifactId

ArtifactId

colormath
Version

Version

1.1.0
Type

Type

jar

Download colormath 1.1.0


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