is not current version
Last Version 2.10.0

com.google.gwt:gwt-servlet 1.5-RC1

The GWT Servlet Library supports the server-side components for invoking a GWT-RPC endpoint.

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.gwt
ArtifactId

ArtifactId

gwt-servlet
Version

Version

1.5-RC1
Type

Type

jar

Download gwt-servlet 1.5-RC1


<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/ -->
<dependency>
    <groupId>com.google.gwt</groupId>
    <artifactId>gwt-servlet</artifactId>
    <version>1.5-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/
implementation 'com.google.gwt:gwt-servlet:1.5-RC1'
// https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/
implementation ("com.google.gwt:gwt-servlet:1.5-RC1")
'com.google.gwt:gwt-servlet:jar:1.5-RC1'
<dependency org="com.google.gwt" name="gwt-servlet" rev="1.5-RC1">
  <artifact name="gwt-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt-servlet', version='1.5-RC1')
)
libraryDependencies += "com.google.gwt" % "gwt-servlet" % "1.5-RC1"
[com.google.gwt/gwt-servlet "1.5-RC1"]