не последняя версия
Последняя версия 2.0.0-beta7

com.github.ajalt.mordant:mordant 2.0.0-alpha1

Colorful multiplatform styling Kotlin for command-line applications

Категории

Категории

Ant Компиляция и сборка
Группа

Группа

com.github.ajalt.mordant
Идентификатор

Идентификатор

mordant
Версия

Версия

2.0.0-alpha1
Тип

Тип

pom

Скачать mordant 2.0.0-alpha1


<!-- https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/ -->
<dependency>
    <groupId>com.github.ajalt.mordant</groupId>
    <artifactId>mordant</artifactId>
    <version>2.0.0-alpha1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/
implementation 'com.github.ajalt.mordant:mordant:2.0.0-alpha1'
// https://jarcasting.com/artifacts/com.github.ajalt.mordant/mordant/
implementation ("com.github.ajalt.mordant:mordant:2.0.0-alpha1")
'com.github.ajalt.mordant:mordant:pom:2.0.0-alpha1'
<dependency org="com.github.ajalt.mordant" name="mordant" rev="2.0.0-alpha1">
  <artifact name="mordant" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.mordant', module='mordant', version='2.0.0-alpha1')
)
libraryDependencies += "com.github.ajalt.mordant" % "mordant" % "2.0.0-alpha1"
[com.github.ajalt.mordant/mordant "2.0.0-alpha1"]