GIN (GWT INjection) brings automatic dependency injection to Google Web Toolkit client-side code. GIN is built on top of Guice and uses (a subset of) Guice's binding language.
'com.google.gwt.inject:gin:2.0.0'
<dependency> <groupId>com.google.gwt.inject</groupId> <artifactId>gin</artifactId> <version>2.0.0</version> </dependency>
<dependency org="com.google.gwt.inject" name="gin" rev="2.0.0"/>
"com.google.gwt.inject", "gin", "2.0.0"