<dependency> <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>2.1.0</version> </dependency>
implementation 'com.google.gwt:gwt-servlet:2.1.0'
implementation("com.google.gwt:gwt-servlet:2.1.0")
libraryDependencies += "com.google.gwt" % "gwt-servlet" % "2.1.0"
@Grapes( @Grab(group='com.google.gwt', module='gwt-servlet', version='2.1.0') )
<dependency org="com.google.gwt" name="gwt-servlet" rev="2.1.0" />
[com.google.gwt/gwt-servlet "2.1.0"]
'com.google.gwt:gwt-servlet:jar:2.1.0'
<parent> <groupId>com.google.gwt</groupId> <artifactId>gwt</artifactId> <version>2.1.0</version> </parent>