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