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