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.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt-incubator
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://code.google.com/p/google-web-toolkit-incubator

Download gwt-incubator

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
1.5-Dec_28