m

mordant

Full-featured text styling for Kotlin command-line applications
https://github.com/ajalt/mordant
Apache-2.0
AJ Alt
文件下载
文件名 操作
mordant-1.2.1.jar 下载
mordant-1.2.1.pom 下载
mordant-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.ajalt</groupId>
  <artifactId>mordant</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt:mordant:1.2.1'
Gradle Kotlin
implementation("com.github.ajalt:mordant:1.2.1")
Scala SBT
libraryDependencies += "com.github.ajalt" % "mordant" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt', module='mordant', version='1.2.1')
)
Apache Ivy
<dependency org="com.github.ajalt" name="mordant" rev="1.2.1" />
Leiningen
[com.github.ajalt/mordant "1.2.1"]
Apache Buildr
'com.github.ajalt:mordant:jar:1.2.1'