is not current version
Last Version 2.10.0

com.google.gwt:gwt-dev 2.0.0-ms1

The GWT Development Library supports the Java to javascript compiler and the hosted mode runtime.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt-dev
Version

Version

2.0.0-ms1
Type

Type

jar

Download gwt-dev 2.0.0-ms1


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