c

clikt-macosx64

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