is not current version
Last Version 2.10.0

com.google.gwt:gwt-user 2.0.1

The GWT User Library supports the client-side components for building AJAX apps in the Java language using the Google Web Toolkit.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt-user
Version

Version

2.0.1
Type

Type

jar

Download gwt-user 2.0.1


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