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