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