is not current version
Last Version 2.1.2

com.google.gwt.inject:gin 2.0.0

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.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt.inject
ArtifactId

ArtifactId

gin
Version

Version

2.0.0
Type

Type

jar

Download gin 2.0.0


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