Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.piotrkot |
ArtifactId | ArtifactIdcli |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
cli-1.1.0.pom | |
cli-1.1.0.jar | 6 KB |
cli-1.1.0-sources.jar | 5 KB |
cli-1.1.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/cli/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>cli</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/cli/
implementation 'com.github.piotrkot:cli:1.1.0'
// https://jarcasting.com/artifacts/com.github.piotrkot/cli/
implementation ("com.github.piotrkot:cli:1.1.0")
'com.github.piotrkot:cli:jar:1.1.0'
<dependency org="com.github.piotrkot" name="cli" rev="1.1.0">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='cli', version='1.1.0')
)
libraryDependencies += "com.github.piotrkot" % "cli" % "1.1.0"
[com.github.piotrkot/cli "1.1.0"]