Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.budhash.cliche |
ArtifactId | ArtifactIdcliche-shell |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
cliche-shell-0.9.0.pom | |
cliche-shell-0.9.0.jar | 57 KB |
cliche-shell-0.9.0-sources.jar | 30 KB |
cliche-shell-0.9.0-javadoc.jar | 187 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/ -->
<dependency>
<groupId>com.budhash.cliche</groupId>
<artifactId>cliche-shell</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/
implementation 'com.budhash.cliche:cliche-shell:0.9.0'
// https://jarcasting.com/artifacts/com.budhash.cliche/cliche-shell/
implementation ("com.budhash.cliche:cliche-shell:0.9.0")
'com.budhash.cliche:cliche-shell:jar:0.9.0'
<dependency org="com.budhash.cliche" name="cliche-shell" rev="0.9.0">
<artifact name="cliche-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.budhash.cliche', module='cliche-shell', version='0.9.0')
)
libraryDependencies += "com.budhash.cliche" % "cliche-shell" % "0.9.0"
[com.budhash.cliche/cliche-shell "0.9.0"]