License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdde.quipsy.cli |
ArtifactId | ArtifactIdcli-framework |
Version | Version2021 |
Type | Typejar |
Description |
DescriptionOpen Source CLI Framework (Core Implementation)
Core implementation of Open Source CLI Framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
cli-framework-2021.pom | |
cli-framework-2021.jar | 6 KB |
cli-framework-2021-sources.jar | 4 KB |
cli-framework-2021-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quipsy.cli/cli-framework/ -->
<dependency>
<groupId>de.quipsy.cli</groupId>
<artifactId>cli-framework</artifactId>
<version>2021</version>
</dependency>
// https://jarcasting.com/artifacts/de.quipsy.cli/cli-framework/
implementation 'de.quipsy.cli:cli-framework:2021'
// https://jarcasting.com/artifacts/de.quipsy.cli/cli-framework/
implementation ("de.quipsy.cli:cli-framework:2021")
'de.quipsy.cli:cli-framework:jar:2021'
<dependency org="de.quipsy.cli" name="cli-framework" rev="2021">
<artifact name="cli-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.quipsy.cli', module='cli-framework', version='2021')
)
libraryDependencies += "de.quipsy.cli" % "cli-framework" % "2021"
[de.quipsy.cli/cli-framework "2021"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | [1.80, 1.81-A00) |