m

mordant-mingwx64

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