<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt</artifactId> <version>2.7.0-beta1</version> <type>pom</type> </dependency>
implementation 'com.google.gwt:gwt:2.7.0-beta1'
implementation("com.google.gwt:gwt:2.7.0-beta1")
libraryDependencies += "com.google.gwt" % "gwt" % "2.7.0-beta1"
@Grapes( @Grab(group='com.google.gwt', module='gwt', version='2.7.0-beta1') )
<dependency org="com.google.gwt" name="gwt" rev="2.7.0-beta1" />
[com.google.gwt/gwt "2.7.0-beta1"]
'com.google.gwt:gwt:jar:2.7.0-beta1'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>4</version> </parent>