License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.googlecode.gwt.inject |
ArtifactId | ArtifactIdgin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGIN (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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gin-1.0.pom | |
gin-1.0.jar | 95 KB |
gin-1.0-javadoc.jar | 127 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.gwt.inject/gin/ -->
<dependency>
<groupId>com.googlecode.gwt.inject</groupId>
<artifactId>gin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.gwt.inject/gin/
implementation 'com.googlecode.gwt.inject:gin:1.0'
// https://jarcasting.com/artifacts/com.googlecode.gwt.inject/gin/
implementation ("com.googlecode.gwt.inject:gin:1.0")
'com.googlecode.gwt.inject:gin:jar:1.0'
<dependency org="com.googlecode.gwt.inject" name="gin" rev="1.0">
<artifact name="gin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.gwt.inject', module='gin', version='1.0')
)
libraryDependencies += "com.googlecode.gwt.inject" % "gin" % "1.0"
[com.googlecode.gwt.inject/gin "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.inject : guice | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 1.5.3 |