| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.tomas-langer.cli |
| ArtifactId | ArtifactIdcli-choice |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncom.github.tomas-langer.cli:cli-choice
Tools to create a beautiful command line interface - single and multiple choice (in java)
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| cli-choice-1.0.0.pom | |
| cli-choice-1.0.0.jar | 20 KB |
| cli-choice-1.0.0-sources.jar | 11 KB |
| cli-choice-1.0.0-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tomas-langer.cli/cli-choice/ -->
<dependency>
<groupId>com.github.tomas-langer.cli</groupId>
<artifactId>cli-choice</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomas-langer.cli/cli-choice/
implementation 'com.github.tomas-langer.cli:cli-choice:1.0.0'
// https://jarcasting.com/artifacts/com.github.tomas-langer.cli/cli-choice/
implementation ("com.github.tomas-langer.cli:cli-choice:1.0.0")
'com.github.tomas-langer.cli:cli-choice:jar:1.0.0'
<dependency org="com.github.tomas-langer.cli" name="cli-choice" rev="1.0.0">
<artifact name="cli-choice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tomas-langer.cli', module='cli-choice', version='1.0.0')
)
libraryDependencies += "com.github.tomas-langer.cli" % "cli-choice" % "1.0.0"
[com.github.tomas-langer.cli/cli-choice "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tomas-langer : chalk | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |