is not current version
Last Version 2.10.0

com.google.gwt:gwt-dev 1.7.0

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

1.7.0
Type

Type

jar

Download gwt-dev 1.7.0


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