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