| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.budhash.cliche |
| ArtifactId | ArtifactIdcliche-shell |
| Last Version | Last Version0.9.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncliche shell
simple command-line shell for java applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cliche-shell-0.9.3.pom | |
| cliche-shell-0.9.3.jar | 58 KB |
| cliche-shell-0.9.3-sources.jar | 29 KB |
| cliche-shell-0.9.3-javadoc.jar | 189 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/ -->
<dependency>
<groupId>com.budhash.cliche</groupId>
<artifactId>cliche-shell</artifactId>
<version>0.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/
implementation 'com.budhash.cliche:cliche-shell:0.9.3'
// https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/
implementation ("com.budhash.cliche:cliche-shell:0.9.3")
'com.budhash.cliche:cliche-shell:jar:0.9.3'
<dependency org="com.budhash.cliche" name="cliche-shell" rev="0.9.3">
<artifact name="cliche-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.budhash.cliche', module='cliche-shell', version='0.9.3')
)
libraryDependencies += "com.budhash.cliche" % "cliche-shell" % "0.9.3"
[com.budhash.cliche/cliche-shell "0.9.3"]