Files download
File Operation
gwt-user-2.6.1-rc2.jar download
gwt-user-2.6.1-rc2.pom download
gwt-user-2.6.1-rc2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.gwt</groupId>
  <artifactId>gwt-user</artifactId>
  <version>2.6.1-rc2</version>
</dependency>
Gradle Groovy
implementation 'com.google.gwt:gwt-user:2.6.1-rc2'
Gradle Kotlin
implementation("com.google.gwt:gwt-user:2.6.1-rc2")
Scala SBT
libraryDependencies += "com.google.gwt" % "gwt-user" % "2.6.1-rc2"
Groovy Grape
@Grapes(
  @Grab(group='com.google.gwt', module='gwt-user', version='2.6.1-rc2')
)
Apache Ivy
<dependency org="com.google.gwt" name="gwt-user" rev="2.6.1-rc2" />
Leiningen
[com.google.gwt/gwt-user "2.6.1-rc2"]
Apache Buildr
'com.google.gwt:gwt-user:jar:2.6.1-rc2'