License |
License |
---|---|
GroupId | GroupIdorg.apache.cxf.fediz.examples.webservice |
ArtifactId | ArtifactIdservice-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Fediz Examples - Webapp WS Client - Web Service Common
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-common-1.0.0.pom | |
service-common-1.0.0.jar | 12 KB |
service-common-1.0.0-sources.jar | 10 KB |
service-common-1.0.0-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-common/ -->
<dependency>
<groupId>org.apache.cxf.fediz.examples.webservice</groupId>
<artifactId>service-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-common/
implementation 'org.apache.cxf.fediz.examples.webservice:service-common:1.0.0'
// https://jarcasting.com/artifacts/org.apache.cxf.fediz.examples.webservice/service-common/
implementation ("org.apache.cxf.fediz.examples.webservice:service-common:1.0.0")
'org.apache.cxf.fediz.examples.webservice:service-common:jar:1.0.0'
<dependency org="org.apache.cxf.fediz.examples.webservice" name="service-common" rev="1.0.0">
<artifact name="service-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.cxf.fediz.examples.webservice', module='service-common', version='1.0.0')
)
libraryDependencies += "org.apache.cxf.fediz.examples.webservice" % "service-common" % "1.0.0"
[org.apache.cxf.fediz.examples.webservice/service-common "1.0.0"]