This repository will contain various extensions and utilities to enhance your GWT experience.
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks ORM Data |
---|---|
GroupId | GroupIdcom.gwtplatform.extensions |
ArtifactId | ArtifactIdginuibinder |
Last Version | Last Version2.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGinUiBinder
Allow dependency injection of UiBinder classes, using GIN.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ginuibinder-2.8.0.pom | |
ginuibinder-2.8.0.jar | 30 KB |
ginuibinder-2.8.0-sources.jar | 12 KB |
ginuibinder-2.8.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gwtplatform.extensions/ginuibinder/ -->
<dependency>
<groupId>com.gwtplatform.extensions</groupId>
<artifactId>ginuibinder</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gwtplatform.extensions/ginuibinder/
implementation 'com.gwtplatform.extensions:ginuibinder:2.8.0'
// https://jarcasting.com/artifacts/com.gwtplatform.extensions/ginuibinder/
implementation ("com.gwtplatform.extensions:ginuibinder:2.8.0")
'com.gwtplatform.extensions:ginuibinder:jar:2.8.0'
<dependency org="com.gwtplatform.extensions" name="ginuibinder" rev="2.8.0">
<artifact name="ginuibinder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gwtplatform.extensions', module='ginuibinder', version='2.8.0')
)
libraryDependencies += "com.gwtplatform.extensions" % "ginuibinder" % "2.8.0"
[com.gwtplatform.extensions/ginuibinder "2.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | 2.8.0 |
com.google.gwt : gwt-dev | jar | 2.8.0 |
com.google.gwt.inject : gin | jar | 2.1.2 |
This repository will contain various extensions and utilities to enhance your GWT experience.