License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers GWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdjetty-gwt |
Last Version | Last Version7.0.0.pre5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJetty Contrib :: jetty-gwt RemoteServiceServlet
Contributed modules.
|
Project Organization |
Project OrganizationMort Bay Consulting |
Filename | Size |
---|---|
jetty-gwt-7.0.0.pre5.pom | |
jetty-gwt-7.0.0.pre5.jar | 9 KB |
jetty-gwt-7.0.0.pre5-sources.jar | 8 KB |
jetty-gwt-7.0.0.pre5-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>jetty-gwt</artifactId>
<version>7.0.0.pre5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/
implementation 'org.mortbay.jetty:jetty-gwt:7.0.0.pre5'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty-gwt/
implementation ("org.mortbay.jetty:jetty-gwt:7.0.0.pre5")
'org.mortbay.jetty:jetty-gwt:jar:7.0.0.pre5'
<dependency org="org.mortbay.jetty" name="jetty-gwt" rev="7.0.0.pre5">
<artifact name="jetty-gwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty-gwt', version='7.0.0.pre5')
)
libraryDependencies += "org.mortbay.jetty" % "jetty-gwt" % "7.0.0.pre5"
[org.mortbay.jetty/jetty-gwt "7.0.0.pre5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-servlet | jar | 1.5.0-rc1 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api | jar | 3.0.pre1 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 7.0.0.pre5 |
junit : junit | jar | 3.8.2 |