| Categories | CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
|---|---|
| GroupId | GroupIdcom.google.inject.extensions | 
| ArtifactId | ArtifactIdguice-grapher | 
| Version | Version4.0-beta4 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.google.inject.extensions/guice-grapher/ -->
<dependency>
    <groupId>com.google.inject.extensions</groupId>
    <artifactId>guice-grapher</artifactId>
    <version>4.0-beta4</version>
</dependency>// https://jarcasting.com/artifacts/com.google.inject.extensions/guice-grapher/
implementation 'com.google.inject.extensions:guice-grapher:4.0-beta4'// https://jarcasting.com/artifacts/com.google.inject.extensions/guice-grapher/
implementation ("com.google.inject.extensions:guice-grapher:4.0-beta4")'com.google.inject.extensions:guice-grapher:jar:4.0-beta4'<dependency org="com.google.inject.extensions" name="guice-grapher" rev="4.0-beta4">
  <artifact name="guice-grapher" type="jar" />
</dependency>@Grapes(
@Grab(group='com.google.inject.extensions', module='guice-grapher', version='4.0-beta4')
)libraryDependencies += "com.google.inject.extensions" % "guice-grapher" % "4.0-beta4"[com.google.inject.extensions/guice-grapher "4.0-beta4"]