g

gin

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.
http://gwtplus.github.io/google-gin/site
Apache License 2.0
Brian Stoler Peter Schmitt Jesse Wilson Robbie Vanbrabant Fazal Asim Daniel Burrows Scott Blum Adam Winer Philippe Beaudoin Ben Chambers
文件下载
文件名 操作
gin-3.0.0.jar 下载
gin-3.0.0.pom 下载
gin-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.gwtplus.gin</groupId>
  <artifactId>gin</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.gwtplus.gin:gin:3.0.0'
Gradle Kotlin
implementation("io.github.gwtplus.gin:gin:3.0.0")
Scala SBT
libraryDependencies += "io.github.gwtplus.gin" % "gin" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.gwtplus.gin', module='gin', version='3.0.0')
)
Apache Ivy
<dependency org="io.github.gwtplus.gin" name="gin" rev="3.0.0" />
Leiningen
[io.github.gwtplus.gin/gin "3.0.0"]
Apache Buildr
'io.github.gwtplus.gin:gin:jar:3.0.0'