Registry / dependency-injection / guiced-injection

guiced-injection

JSON →
library0.66.0.1javamavenunverified

Guice Injection allows you to access multiple Guice Binders and Modules across separate archives, supporting Servlets, EJBs, and Stand-Alone applications.

<dependency> <groupId>com.jwebmp</groupId> <artifactId>guiced-injection</artifactId> <version>0.66.0.1</version> </dependency>
INSTALL
IMPORT
SIG · GUICED-INJECTION
G
guiced-injection
dependency-injectionjavav0.66.0.1
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.

GuiceInjection
com.jwebmp.guicedinjection.GuiceInjection

Demonstrates getting the GuiceInjection singleton.

import com.jwebmp.guicedinjection.GuiceInjection; public class Example { public static void main(String[] args) { GuiceInjection instance = GuiceInjection.getInstance(); System.out.println("Guice injection initialized"); } }
Debug
Known issues
breakingRequires JDK 8 or 10; may not work with newer JDK versions.
fix
Check compatibility with your JDK version.
affects: *
Upgrade
Version history
0.66.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Resources
guiced-injection — mvn dependency:get guiced-injection · libregistry