License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.piotrkot |
ArtifactId | ArtifactIdcli |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionSimple Object-oriented Command Line Interface
Command Line Interface which is very simple and follows
Object-oriented practices.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cli-1.3.0.pom | |
cli-1.3.0.jar | 7 KB |
cli-1.3.0-sources.jar | 6 KB |
cli-1.3.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.piotrkot/cli/ -->
<dependency>
<groupId>com.github.piotrkot</groupId>
<artifactId>cli</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.piotrkot/cli/
implementation 'com.github.piotrkot:cli:1.3.0'
// https://jarcasting.com/artifacts/com.github.piotrkot/cli/
implementation ("com.github.piotrkot:cli:1.3.0")
'com.github.piotrkot:cli:jar:1.3.0'
<dependency org="com.github.piotrkot" name="cli" rev="1.3.0">
<artifact name="cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.piotrkot', module='cli', version='1.3.0')
)
libraryDependencies += "com.github.piotrkot" % "cli" % "1.3.0"
[com.github.piotrkot/cli "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |