g

gwt-integration-widget

A widget collection for GWT.
Files download
File Operation
gwt-integration-widget-1.0.0-alpha4.jar download
gwt-integration-widget-1.0.0-alpha4.pom download
gwt-integration-widget-1.0.0-alpha4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.apetrelli.gwtintegration</groupId>
  <artifactId>gwt-integration-widget</artifactId>
  <version>1.0.0-alpha4</version>
</dependency>
Gradle Groovy
implementation 'com.github.apetrelli.gwtintegration:gwt-integration-widget:1.0.0-alpha4'
Gradle Kotlin
implementation("com.github.apetrelli.gwtintegration:gwt-integration-widget:1.0.0-alpha4")
Scala SBT
libraryDependencies += "com.github.apetrelli.gwtintegration" % "gwt-integration-widget" % "1.0.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.apetrelli.gwtintegration', module='gwt-integration-widget', version='1.0.0-alpha4')
)
Apache Ivy
<dependency org="com.github.apetrelli.gwtintegration" name="gwt-integration-widget" rev="1.0.0-alpha4" />
Leiningen
[com.github.apetrelli.gwtintegration/gwt-integration-widget "1.0.0-alpha4"]
Apache Buildr
'com.github.apetrelli.gwtintegration:gwt-integration-widget:jar:1.0.0-alpha4'