License |
License |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples |
ArtifactId | ArtifactIdwebapp |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache Fediz Examples - Webapp WS Client - Webapp
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webapp-1.0.0.pom | |
webapp-1.0.0.war | 8 MB |
webapp-1.0.0-sources.jar | 15 KB |
webapp-1.0.0-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/webapp/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples</groupId>
<artifactId>webapp</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/webapp/
implementation 'org.apache.cxf.fediz.examples:webapp:1.0.0'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples/webapp/
implementation ("org.apache.cxf.fediz.examples:webapp:1.0.0")
'org.apache.cxf.fediz.examples:webapp:war:1.0.0'
<dependency org="org.apache.cxf.fediz.examples" name="webapp" rev="1.0.0">
<artifact name="webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples', module='webapp', version='1.0.0')
)
libraryDependencies += "org.apache.cxf.fediz.examples" % "webapp" % "1.0.0"
[org.apache.cxf.fediz.examples/webapp "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf.fediz.examples.webservice : service-common | jar | 1.0.0 |
org.apache.commons : commons-lang3 | jar | 3.0.1 |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.6.1 |
org.apache.cxf : cxf-rt-ws-policy | jar | 2.6.1 |
org.apache.cxf : cxf-rt-ws-security | jar | 2.6.1 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 2.6.1 |
org.springframework : spring-context | jar | 3.0.7.RELEASE |
org.springframework : spring-web | jar | 3.0.7.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
org.apache.tomcat : tomcat-catalina | jar | 7.0.27 |
org.apache.cxf.fediz : fediz-core | jar | 1.0.0 |