не последняя версия
Последняя версия 1.4.1

com.github.ajalt:colormath 1.2.0

Color space conversions for Java and Kotlin

Категории

Категории

ORM Данные
Группа

Группа

com.github.ajalt
Идентификатор

Идентификатор

colormath
Версия

Версия

1.2.0
Тип

Тип

jar

Скачать 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"]