Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.codemonstur |
ArtifactId | ArtifactIdjcli |
Version | Version0.9.1 |
Type | Typejar |
Filename | Size |
---|---|
jcli-0.9.1.pom | |
jcli-0.9.1.jar | 15 KB |
jcli-0.9.1-sources.jar | 10 KB |
jcli-0.9.1-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.codemonstur/jcli/ -->
<dependency>
<groupId>com.github.codemonstur</groupId>
<artifactId>jcli</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codemonstur/jcli/
implementation 'com.github.codemonstur:jcli:0.9.1'
// https://jarcasting.com/artifacts/com.github.codemonstur/jcli/
implementation ("com.github.codemonstur:jcli:0.9.1")
'com.github.codemonstur:jcli:jar:0.9.1'
<dependency org="com.github.codemonstur" name="jcli" rev="0.9.1">
<artifact name="jcli" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codemonstur', module='jcli', version='0.9.1')
)
libraryDependencies += "com.github.codemonstur" % "jcli" % "0.9.1"
[com.github.codemonstur/jcli "0.9.1"]