Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.ajalt.clikt |
ArtifactId | ArtifactIdclikt |
Version | Version3.0.0-rc |
Type | Typepom |
Filename | Size |
---|---|
clikt-3.0.0-rc.pom | |
clikt-3.0.0-rc.module | 1 KB |
clikt-3.0.0-rc-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.0.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ajalt.clikt/clikt/
implementation 'com.github.ajalt.clikt:clikt:3.0.0-rc'
// https://jarcasting.com/artifacts/com.github.ajalt.clikt/clikt/
implementation ("com.github.ajalt.clikt:clikt:3.0.0-rc")
'com.github.ajalt.clikt:clikt:pom:3.0.0-rc'
<dependency org="com.github.ajalt.clikt" name="clikt" rev="3.0.0-rc">
<artifact name="clikt" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ajalt.clikt', module='clikt', version='3.0.0-rc')
)
libraryDependencies += "com.github.ajalt.clikt" % "clikt" % "3.0.0-rc"
[com.github.ajalt.clikt/clikt "3.0.0-rc"]