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.googlecode.gwt.inject:gin:1.0'
<dependency> <groupId>com.googlecode.gwt.inject</groupId> <artifactId>gin</artifactId> <version>1.0</version> </dependency>
<dependency org="com.googlecode.gwt.inject" name="gin" rev="1.0"/>
"com.googlecode.gwt.inject", "gin", "1.0"