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