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