is not current version
Last Version 2.0.1

com.google.gwt:gwt-incubator 1.5-Dec_28

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.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt-incubator
Version

Version

1.5-Dec_28
Type

Type

jar

Download gwt-incubator 1.5-Dec_28


<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt-incubator/ -->
<dependency>
    <groupId>com.google.gwt</groupId>
    <artifactId>gwt-incubator</artifactId>
    <version>1.5-Dec_28</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt-incubator/
implementation 'com.google.gwt:gwt-incubator:1.5-Dec_28'
// https://jarcasting.com/artifacts/com.google.gwt/gwt-incubator/
implementation ("com.google.gwt:gwt-incubator:1.5-Dec_28")
'com.google.gwt:gwt-incubator:jar:1.5-Dec_28'
<dependency org="com.google.gwt" name="gwt-incubator" rev="1.5-Dec_28">
  <artifact name="gwt-incubator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt-incubator', version='1.5-Dec_28')
)
libraryDependencies += "com.google.gwt" % "gwt-incubator" % "1.5-Dec_28"
[com.google.gwt/gwt-incubator "1.5-Dec_28"]