<dependency> <groupId>com.github.ajalt</groupId> <artifactId>colormath</artifactId> <version>1.4.1</version> </dependency>
implementation 'com.github.ajalt:colormath:1.4.1'
implementation("com.github.ajalt:colormath:1.4.1")
libraryDependencies += "com.github.ajalt" % "colormath" % "1.4.1"
@Grapes( @Grab(group='com.github.ajalt', module='colormath', version='1.4.1') )
<dependency org="com.github.ajalt" name="colormath" rev="1.4.1" />
[com.github.ajalt/colormath "1.4.1"]
'com.github.ajalt:colormath:jar:1.4.1'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.72
test
|-- junit:junit:4.12
|-- io.kotlintest:kotlintest-assertions:3.4.2
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.72