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