<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-user</artifactId> <version>2.7.0-rc1</version> </dependency>
implementation 'com.google.gwt:gwt-user:2.7.0-rc1'
implementation("com.google.gwt:gwt-user:2.7.0-rc1")
libraryDependencies += "com.google.gwt" % "gwt-user" % "2.7.0-rc1"
@Grapes( @Grab(group='com.google.gwt', module='gwt-user', version='2.7.0-rc1') )
<dependency org="com.google.gwt" name="gwt-user" rev="2.7.0-rc1" />
[com.google.gwt/gwt-user "2.7.0-rc1"]
'com.google.gwt:gwt-user:jar:2.7.0-rc1'
<parent> <groupId>com.google.gwt</groupId> <artifactId>gwt</artifactId> <version>2.7.0-rc1</version> </parent>
compile
|-- javax.validation:validation-api