| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJavaScript Языки программирования ORM Данные |
| Группа | Группаcom.github.ajalt.colormath |
| Идентификатор | Идентификаторcolormath-js |
| Версия | Версия2.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеColormath
Multiplatform color space conversions for Kotlin
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| colormath-js-2.1.0.pom | |
| colormath-js-2.1.0-sources.jar | 20 KB |
| colormath-js-2.1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.0 |
| org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.0 |