| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.google.gwt |
| ArtifactId | ArtifactIdgwt-incubator |
| Version | Version1.5-Dec_28 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwt-incubator-1.5-Dec_28.pom | |
| gwt-incubator-1.5-Dec_28.jar | 2 MB |
| Browse |
<!-- 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"]