c

clikt-linuxx64

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