is not current version
Last Version 2.10.0

com.google.gwt:gwt-user 1.5-RC1

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

1.5-RC1
Type

Type

jar

Download gwt-user 1.5-RC1


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