License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdorg.mortbay.jetty.example |
ArtifactId | ArtifactIdasync-webservices-example-webapp |
Last Version | Last Version7.0.0pre2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionJetty Example :: cxf content aggregation webapp
|
Project Organization |
Project OrganizationMort Bay Consulting |
<!-- https://jarcasting.com/artifacts/org.mortbay.jetty.example/async-webservices-example-webapp/ -->
<dependency>
<groupId>org.mortbay.jetty.example</groupId>
<artifactId>async-webservices-example-webapp</artifactId>
<version>7.0.0pre2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/async-webservices-example-webapp/
implementation 'org.mortbay.jetty.example:async-webservices-example-webapp:7.0.0pre2'
// https://jarcasting.com/artifacts/org.mortbay.jetty.example/async-webservices-example-webapp/
implementation ("org.mortbay.jetty.example:async-webservices-example-webapp:7.0.0pre2")
'org.mortbay.jetty.example:async-webservices-example-webapp:war:7.0.0pre2'
<dependency org="org.mortbay.jetty.example" name="async-webservices-example-webapp" rev="7.0.0pre2">
<artifact name="async-webservices-example-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty.example', module='async-webservices-example-webapp', version='7.0.0pre2')
)
libraryDependencies += "org.mortbay.jetty.example" % "async-webservices-example-webapp" % "7.0.0pre2"
[org.mortbay.jetty.example/async-webservices-example-webapp "7.0.0pre2"]
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : servlet-api-3.0 | jar | 7.0.0pre2 |
log4j : log4j | jar | 1.2.14 |
org.apache.cxf : cxf-rt-core | jar | 2.1 |
org.apache.cxf : cxf-rt-frontend-simple | jar | 2.1 |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.1 |
org.apache.cxf : cxf-rt-databinding-aegis | jar | 2.1 |
org.apache.cxf : cxf-rt-transports-local | jar | 2.1 |
org.apache.cxf : cxf-rt-transports-http | jar | 2.1 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 2.1 |
org.apache.cxf : cxf-rt-transports-jms | jar | 2.1 |
org.apache.cxf : cxf-rt-management | jar | 2.1 |
org.apache.cxf : cxf-common-utilities | jar | 2.1 |
org.mortbay.jetty : jetty | jar | 7.0.0pre2 |
org.mortbay.jetty : jetty-util | jar | 7.0.0pre2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |