Download gin-2.0.0.jar file - Jar g

Jar examples for g:gin

Description

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.0.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add gin-2.0.0.jar to your project.

<dependency>
   <groupId>com.google.gwt.inject</groupId>
   <artifactId>gin</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.google.gwt.inject', name: 'gin', version: '2.0.0'
libraryDependencies += "com.google.gwt.inject" % "gin" % "2.0.0"
<dependency org="com.google.gwt.inject" name="gin" rev="2.0.0"/>
@Grapes(@Grab(group='com.google.gwt.inject', module='gin', version='2.0.0'))
'com.google.gwt.inject:gin:jar:2.0.0'

Download

Click the following link to download the jar file.

gin-2.0.0-javadoc.jar
gin-2.0.0-sources.jar
gin-2.0.0.jar
gin-2.0.0.pom



Related Tutorials