Registry / dependency-injection / gin
library2.0.0javamavenunverified

GIN brings automatic dependency injection to Google Web Toolkit client-side code, built on top of Guice.

<dependency> <groupId>com.google.gwt.inject</groupId> <artifactId>gin</artifactId> <version>2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GIN
G
gin
dependency-injectionjavav2.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.

Ginjector
com.google.gwt.inject.client.Ginjector

Define a Ginjector interface to inject dependencies in GWT client code.

import com.google.gwt.inject.client.Ginjector; public interface MyGinjector extends Ginjector { MyService getService(); }
Debug
Known issues
breakingGIN is designed for GWT 2.x and may not be compatible with GWT 3 or J2CL.
fix
Consider using GWT 2.x or migrate to JSR-330 with a compatible DI framework.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
Resources
gin — mvn dependency:get gin · libregistry