Files download
File Operation
jcli-0.9.2.jar download
jcli-0.9.2.pom download
jcli-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.codemonstur</groupId>
  <artifactId>jcli</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.codemonstur:jcli:0.9.2'
Gradle Kotlin
implementation("com.github.codemonstur:jcli:0.9.2")
Scala SBT
libraryDependencies += "com.github.codemonstur" % "jcli" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.codemonstur', module='jcli', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.codemonstur" name="jcli" rev="0.9.2" />
Leiningen
[com.github.codemonstur/jcli "0.9.2"]
Apache Buildr
'com.github.codemonstur:jcli:jar:0.9.2'
Dependencies