c

clikt-mingwx64

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