Moved
Git-like-cli as been renamed and moved to Airline (https://github.com/airlift/airline).
The old Git-like-cli code can be found in the old-master branch.
License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls CLI User Interface |
GroupId | GroupIdorg.iq80.cli |
ArtifactId | ArtifactIdgit-like-cli |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncli
Git-like-cli is a Java annotation-based framework for parsing Git like command line structures.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
git-like-cli-0.3.pom | |
git-like-cli-0.3.jar | 41 KB |
git-like-cli-0.3-sources.jar | 19 KB |
git-like-cli-0.3-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.iq80.cli/git-like-cli/ -->
<dependency>
<groupId>org.iq80.cli</groupId>
<artifactId>git-like-cli</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.iq80.cli/git-like-cli/
implementation 'org.iq80.cli:git-like-cli:0.3'
// https://jarcasting.com/artifacts/org.iq80.cli/git-like-cli/
implementation ("org.iq80.cli:git-like-cli:0.3")
'org.iq80.cli:git-like-cli:jar:0.3'
<dependency org="org.iq80.cli" name="git-like-cli" rev="0.3">
<artifact name="git-like-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.iq80.cli', module='git-like-cli', version='0.3')
)
libraryDependencies += "org.iq80.cli" % "git-like-cli" % "0.3"
[org.iq80.cli/git-like-cli "0.3"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
com.google.guava : guava | jar | 10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.0.1 |
Git-like-cli as been renamed and moved to Airline (https://github.com/airlift/airline).
The old Git-like-cli code can be found in the old-master branch.