c

cli

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