License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.gwt |
ArtifactId | ArtifactIdgwt-incubator |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGWT 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 |
Filename | Size |
---|---|
gwt-incubator-2.0.1.pom | |
gwt-incubator-2.0.1.jar | 2 MB |
Browse |
<!-- 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"]