License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty |
ArtifactId | ArtifactIdexample-async-rest-webapp |
Last Version | Last Version8.0.0.M3 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionExample :: Async Rest Webapp
Jetty integrations and distributions
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty</groupId>
<artifactId>example-async-rest-webapp</artifactId>
<version>8.0.0.M3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/
implementation 'org.mortbay.jetty:example-async-rest-webapp:8.0.0.M3'
// https://jarcasting.com/artifacts/org.mortbay.jetty/example-async-rest-webapp/
implementation ("org.mortbay.jetty:example-async-rest-webapp:8.0.0.M3")
'org.mortbay.jetty:example-async-rest-webapp:war:8.0.0.M3'
<dependency org="org.mortbay.jetty" name="example-async-rest-webapp" rev="8.0.0.M3">
<artifact name="example-async-rest-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='example-async-rest-webapp', version='8.0.0.M3')
)
libraryDependencies += "org.mortbay.jetty" % "example-async-rest-webapp" % "8.0.0.M3"
[org.mortbay.jetty/example-async-rest-webapp "8.0.0.M3"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty.aggregate : jetty-client | jar | 8.0.0.M3 |
org.eclipse.jetty : jetty-continuation | jar | 8.0.0.M3 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api | jar | 3.0.20100224 |