License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.sviperll |
ArtifactId | ArtifactIdchicory-cli |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionchicory-cli
Library supporting an implementation of command line interface for Java applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
chicory-cli-0.16.pom | |
chicory-cli-0.16.jar | 14 KB |
chicory-cli-0.16-sources.jar | 8 KB |
chicory-cli-0.16-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sviperll/chicory-cli/ -->
<dependency>
<groupId>com.github.sviperll</groupId>
<artifactId>chicory-cli</artifactId>
<version>0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-cli/
implementation 'com.github.sviperll:chicory-cli:0.16'
// https://jarcasting.com/artifacts/com.github.sviperll/chicory-cli/
implementation ("com.github.sviperll:chicory-cli:0.16")
'com.github.sviperll:chicory-cli:jar:0.16'
<dependency org="com.github.sviperll" name="chicory-cli" rev="0.16">
<artifact name="chicory-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sviperll', module='chicory-cli', version='0.16')
)
libraryDependencies += "com.github.sviperll" % "chicory-cli" % "0.16"
[com.github.sviperll/chicory-cli "0.16"]
Group / Artifact | Type | Version |
---|---|---|
com.github.sviperll : chicory-common | jar | 0.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |