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