g

gwt-incubator

The Google Web Toolkit (GWT) Incubator fosters additional widgets and libraries for GWT before they are added to the core toolkit. The project is managed by the GWT engineering team at Google, and is used as a place to share, discuss, and vet future or speculative GWT features. Future releases of GWT may or may not use these features, but you are welcome to pull them from here to use today.
http://code.google.com/p/google-web-toolkit-incubator
The Apache Software License, Version 2.0
Files download
File Operation
gwt-incubator-1.5-Dec_28.jar download
gwt-incubator-1.5-Dec_28.pom download
Apache Maven
<dependency>
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt-incubator</artifactId>
  <version>1.5-Dec_28</version>
</dependency>
Gradle Groovy
implementation 'com.google.gwt:gwt-incubator:1.5-Dec_28'
Gradle Kotlin
implementation("com.google.gwt:gwt-incubator:1.5-Dec_28")
Scala SBT
libraryDependencies += "com.google.gwt" % "gwt-incubator" % "1.5-Dec_28"
Groovy Grape
@Grapes(
  @Grab(group='com.google.gwt', module='gwt-incubator', version='1.5-Dec_28')
)
Apache Ivy
<dependency org="com.google.gwt" name="gwt-incubator" rev="1.5-Dec_28" />
Leiningen
[com.google.gwt/gwt-incubator "1.5-Dec_28"]
Apache Buildr
'com.google.gwt:gwt-incubator:jar:1.5-Dec_28'
Dependencies
The project has no third-party dependencies