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