Jar examples for g:gin
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.
You can download jar file gin 2.1.2 in this page.
Apache License 2.0
You can use the following script to add gin-2.1.2.jar to your project.
<dependency> <groupId>com.google.gwt.inject</groupId> <artifactId>gin</artifactId> <version>2.1.2</version> </dependency>
compile group: 'com.google.gwt.inject', name: 'gin', version: '2.1.2'
libraryDependencies += "com.google.gwt.inject" % "gin" % "2.1.2"
<dependency org="com.google.gwt.inject" name="gin" rev="2.1.2"/>
@Grapes(@Grab(group='com.google.gwt.inject', module='gin', version='2.1.2'))
'com.google.gwt.inject:gin:jar:2.1.2'
Click the following link to download the jar file.
gin-2.1.2.jar