c

clikt-macosx64

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-macosx64-2.6.0.pom download
clikt-macosx64-2.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ajalt</groupId>
  <artifactId>clikt-macosx64</artifactId>
  <version>2.6.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.github.ajalt:clikt-macosx64:2.6.0'
Gradle Kotlin
implementation("com.github.ajalt:clikt-macosx64:2.6.0")
Scala SBT
libraryDependencies += "com.github.ajalt" % "clikt-macosx64" % "2.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ajalt', module='clikt-macosx64', version='2.6.0')
)
Apache Ivy
<dependency org="com.github.ajalt" name="clikt-macosx64" rev="2.6.0" />
Leiningen
[com.github.ajalt/clikt-macosx64 "2.6.0"]
Apache Buildr
'com.github.ajalt:clikt-macosx64:jar:2.6.0'