g

google-guice

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