License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.ajalt.colormath |
ArtifactId | ArtifactIdcolormath |
Last Version | Last Version3.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionColormath
Multiplatform color space conversions for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
colormath-3.2.0.pom | |
colormath-3.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/ -->
<dependency>
<groupId>com.github.ajalt.colormath</groupId>
<artifactId>colormath</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation 'com.github.ajalt.colormath:colormath:3.2.0'
// https://jarcasting.com/artifacts/com.github.ajalt.colormath/colormath/
implementation ("com.github.ajalt.colormath:colormath:3.2.0")
'com.github.ajalt.colormath:colormath:pom:3.2.0'
<dependency org="com.github.ajalt.colormath" name="colormath" rev="3.2.0">
<artifact name="colormath" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.colormath', module='colormath', version='3.2.0')
)
libraryDependencies += "com.github.ajalt.colormath" % "colormath" % "3.2.0"
[com.github.ajalt.colormath/colormath "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.0 |