Registry / dependency-injection / guice-bom

guice-bom

JSON →
library7.0.0javamavenunverified

Bill of Materials (BOM) for managing Guice dependency injection library versions consistently.

<dependency> <groupId>com.google.inject</groupId> <artifactId>guice-bom</artifactId> <version>7.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GUICE-BOM
G
guice-bom
dependency-injectionjavav7.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Guice
com.google.inject.Guice

Create a Guice injector and obtain an instance of a bound class.

import com.google.inject.Guice; import com.google.inject.Injector; public class GuiceExample { public static void main(String[] args) { Injector injector = Guice.createInjector(new MyModule()); MyService service = injector.getInstance(MyService.class); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
Resources
guice-bom — mvn dependency:get guice-bom · libregistry