Gin
G(WT) IN(jection) brings subset of Guice functionalities by using code generation instead of reflection.
For more information visit project wiki.
License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdio.github.gwtplus.gin |
ArtifactId | ArtifactIdgin |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGin
Gin (GWT INjection) brings automatic dependency injection to GWT 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-3.0.0.pom | |
gin-3.0.0.jar | 310 KB |
gin-3.0.0-sources.jar | 216 KB |
gin-3.0.0-javadoc.jar | 669 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.gwtplus.gin/gin/ -->
<dependency>
<groupId>io.github.gwtplus.gin</groupId>
<artifactId>gin</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.gwtplus.gin/gin/
implementation 'io.github.gwtplus.gin:gin:3.0.0'
// https://jarcasting.com/artifacts/io.github.gwtplus.gin/gin/
implementation ("io.github.gwtplus.gin:gin:3.0.0")
'io.github.gwtplus.gin:gin:jar:3.0.0'
<dependency org="io.github.gwtplus.gin" name="gin" rev="3.0.0">
<artifact name="gin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.gwtplus.gin', module='gin', version='3.0.0')
)
libraryDependencies += "io.github.gwtplus.gin" % "gin" % "3.0.0"
[io.github.gwtplus.gin/gin "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
javax.inject : javax.inject | jar | 1 |
com.google.inject : guice | jar | 4.2.0 |
com.google.inject.extensions : guice-assistedinject | jar | 4.2.0 |
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.2 |
com.google.gwt : gwt-dev | jar | 2.8.2 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
javax.annotation : javax.annotation-api | jar | 1.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
org.easymock : easymock | jar | 3.1 |
G(WT) IN(jection) brings subset of Guice functionalities by using code generation instead of reflection.
For more information visit project wiki.