Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.walterjwhite.infrastructure.dependencies |
ArtifactId | ArtifactIdgoogle-guice |
Last Version | Last Version0.0.15 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiongoogle guice
dependencies
|
Filename | Size |
---|---|
google-guice-0.0.15.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/google-guice/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.dependencies</groupId>
<artifactId>google-guice</artifactId>
<version>0.0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/google-guice/
implementation 'com.walterjwhite.infrastructure.dependencies:google-guice:0.0.15'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.dependencies/google-guice/
implementation ("com.walterjwhite.infrastructure.dependencies:google-guice:0.0.15")
'com.walterjwhite.infrastructure.dependencies:google-guice:pom:0.0.15'
<dependency org="com.walterjwhite.infrastructure.dependencies" name="google-guice" rev="0.0.15">
<artifact name="google-guice" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.dependencies', module='google-guice', version='0.0.15')
)
libraryDependencies += "com.walterjwhite.infrastructure.dependencies" % "google-guice" % "0.0.15"
[com.walterjwhite.infrastructure.dependencies/google-guice "0.0.15"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 4.1.0 |