GIN (GWT INjection)

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.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt.inject
ArtifactId

ArtifactId

gin
Last Version

Last Version

2.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

GIN (GWT INjection)
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.
Project URL

Project URL

http://code.google.com/p/google-gin/
Source Code Management

Source Code Management

http://code.google.com/p/google-gin/source/browse/

Download gin

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.gwt.inject/gin/ -->
<dependency>
    <groupId>com.google.gwt.inject</groupId>
    <artifactId>gin</artifactId>
    <version>2.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt.inject/gin/
implementation 'com.google.gwt.inject:gin:2.1.2'
// https://jarcasting.com/artifacts/com.google.gwt.inject/gin/
implementation ("com.google.gwt.inject:gin:2.1.2")
'com.google.gwt.inject:gin:jar:2.1.2'
<dependency org="com.google.gwt.inject" name="gin" rev="2.1.2">
  <artifact name="gin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt.inject', module='gin', version='2.1.2')
)
libraryDependencies += "com.google.gwt.inject" % "gin" % "2.1.2"
[com.google.gwt.inject/gin "2.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.inject : guice jar 3.0
com.google.inject.extensions : guice-assistedinject jar 3.0

provided (1)

Group / Artifact Type Version
com.google.gwt : gwt-user jar 2.5.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.2
2.1.1
2.1.0
2.0.0
1.5.0
1.0