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.

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

io.github.gwtplus.gin
Идентификатор

Идентификатор

gin
Последняя версия

Последняя версия

3.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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
Система контроля версий

Система контроля версий

https://github.com/gwtplus/google-gin

Скачать gin

Имя Файла Размер
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
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

provided (4)

Идентификатор библиотеки Тип Версия
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

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1
org.easymock : easymock jar 3.1

Модули Проекта

Данный проект не имеет модулей.

Gin

G(WT) IN(jection) brings subset of Guice functionalities by using code generation instead of reflection.

For more information visit project wiki.

Build Status Maven Central Coverage Status

io.github.gwtplus.gin

GWT Plus

Collection of GWT libraries (unofficial)

Версии библиотеки

Версия
3.0.0