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