License |
License |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.webservice |
ArtifactId | ArtifactIdservice-war |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionApache Fediz Examples - Webapp WS Client - Web Service Implementation
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 |
---|---|
service-war-1.0.0.pom | |
service-war-1.0.0.war | 12 MB |
service-war-1.0.0-sources.jar | 10 KB |
service-war-1.0.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-war/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.webservice</groupId>
<artifactId>service-war</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-war/
implementation 'org.apache.cxf.fediz.examples.webservice:service-war:1.0.0'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-war/
implementation ("org.apache.cxf.fediz.examples.webservice:service-war:1.0.0")
'org.apache.cxf.fediz.examples.webservice:service-war:war:1.0.0'
<dependency org="org.apache.cxf.fediz.examples.webservice" name="service-war" rev="1.0.0">
<artifact name="service-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.webservice', module='service-war', version='1.0.0')
)
libraryDependencies += "org.apache.cxf.fediz.examples.webservice" % "service-war" % "1.0.0"
[org.apache.cxf.fediz.examples.webservice/service-war "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.cxf.fediz.examples.webservice : service-common | jar | 1.0.0 |
org.apache.cxf : cxf-rt-frontend-jaxws | jar | 2.6.1 |
org.apache.cxf : cxf-rt-transports-http-jetty | jar | 2.6.1 |
org.apache.cxf : cxf-rt-ws-addr | 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.springframework : spring-context | jar | 3.0.7.RELEASE |
org.springframework : spring-web | jar | 3.0.7.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 | jar | 1.6.5 |