Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.google.gwt |
ArtifactId | ArtifactIdgwt-servlet |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
gwt-servlet-1.6.0.pom | |
gwt-servlet-1.6.0.jar | 906 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/ -->
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-servlet</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/
implementation 'com.google.gwt:gwt-servlet:1.6.0'
// https://jarcasting.com/artifacts/com.google.gwt/gwt-servlet/
implementation ("com.google.gwt:gwt-servlet:1.6.0")
'com.google.gwt:gwt-servlet:jar:1.6.0'
<dependency org="com.google.gwt" name="gwt-servlet" rev="1.6.0">
<artifact name="gwt-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.gwt', module='gwt-servlet', version='1.6.0')
)
libraryDependencies += "com.google.gwt" % "gwt-servlet" % "1.6.0"
[com.google.gwt/gwt-servlet "1.6.0"]