License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.ajalt.clikt |
ArtifactId | ArtifactIdclikt |
Last Version | Last Version3.5.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionClikt
Multiplatform command line interface parsing for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
clikt-3.5.0.pom | |
clikt-3.5.0.module | 1 KB |
clikt-3.5.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ajalt.clikt/clikt/ -->
<dependency>
<groupId>com.github.ajalt.clikt</groupId>
<artifactId>clikt</artifactId>
<version>3.5.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.clikt/clikt/
implementation 'com.github.ajalt.clikt:clikt:3.5.0'
// https://jarcasting.com/artifacts/com.github.ajalt.clikt/clikt/
implementation ("com.github.ajalt.clikt:clikt:3.5.0")
'com.github.ajalt.clikt:clikt:pom:3.5.0'
<dependency org="com.github.ajalt.clikt" name="clikt" rev="3.5.0">
<artifact name="clikt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.clikt', module='clikt', version='3.5.0')
)
libraryDependencies += "com.github.ajalt.clikt" % "clikt" % "3.5.0"
[com.github.ajalt.clikt/clikt "3.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |