m

mordant-macosx64

Colorful multiplatform styling Kotlin for command-line applications
https://github.com/ajalt/mordant/
Apache-2.0
AJ Alt
Files download
File Operation
mordant-macosx64-2.7.2.pom download
mordant-macosx64-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt.mordant</groupId>
  <artifactId>mordant-macosx64</artifactId>
  <version>2.7.2</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt.mordant:mordant-macosx64:2.7.2'
Gradle Kotlin
implementation("com.github.ajalt.mordant:mordant-macosx64:2.7.2")
Scala SBT
libraryDependencies += "com.github.ajalt.mordant" % "mordant-macosx64" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt.mordant', module='mordant-macosx64', version='2.7.2')
)
Apache Ivy
<dependency org="com.github.ajalt.mordant" name="mordant-macosx64" rev="2.7.2" />
Leiningen
[com.github.ajalt.mordant/mordant-macosx64 "2.7.2"]
Apache Buildr
'com.github.ajalt.mordant:mordant-macosx64:jar:2.7.2'