c

colormath-jvm

Multiplatform color space conversions for Kotlin
https://github.com/ajalt/colormath/
The MIT License
AJ Alt
文件下载
文件名 操作
colormath-jvm-3.3.1.jar 下载
colormath-jvm-3.3.1.pom 下载
colormath-jvm-3.3.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.ajalt.colormath</groupId>
  <artifactId>colormath-jvm</artifactId>
  <version>3.3.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt.colormath:colormath-jvm:3.3.1'
Gradle Kotlin
implementation("com.github.ajalt.colormath:colormath-jvm:3.3.1")
Scala SBT
libraryDependencies += "com.github.ajalt.colormath" % "colormath-jvm" % "3.3.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt.colormath', module='colormath-jvm', version='3.3.1')
)
Apache Ivy
<dependency org="com.github.ajalt.colormath" name="colormath-jvm" rev="3.3.1" />
Leiningen
[com.github.ajalt.colormath/colormath-jvm "3.3.1"]
Apache Buildr
'com.github.ajalt.colormath:colormath-jvm:jar:3.3.1'