License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.servicemix.examples.cxf-wsdl-first-osgi-package |
ArtifactId | ArtifactIdwsdl-first-client |
Last Version | Last Version4.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache ServiceMix :: Features :: Examples :: WSDL First OSGi Package :: Client
Bill-of-materials of the core components and versions used for building the features project
(This POM contains the dependencies and versions that are useful to both users and our own development)
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
wsdl-first-client-4.5.3.pom | |
wsdl-first-client-4.5.3.jar | 10 KB |
wsdl-first-client-4.5.3-sources.jar | 7 KB |
wsdl-first-client-4.5.3-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.examples.cxf-wsdl-first-osgi-package/wsdl-first-client/ -->
<dependency>
<groupId>org.apache.servicemix.examples.cxf-wsdl-first-osgi-package</groupId>
<artifactId>wsdl-first-client</artifactId>
<version>4.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.examples.cxf-wsdl-first-osgi-package/wsdl-first-client/
implementation 'org.apache.servicemix.examples.cxf-wsdl-first-osgi-package:wsdl-first-client:4.5.3'
// https://jarcasting.com/artifacts/org.apache.servicemix.examples.cxf-wsdl-first-osgi-package/wsdl-first-client/
implementation ("org.apache.servicemix.examples.cxf-wsdl-first-osgi-package:wsdl-first-client:4.5.3")
'org.apache.servicemix.examples.cxf-wsdl-first-osgi-package:wsdl-first-client:jar:4.5.3'
<dependency org="org.apache.servicemix.examples.cxf-wsdl-first-osgi-package" name="wsdl-first-client" rev="4.5.3">
<artifact name="wsdl-first-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.examples.cxf-wsdl-first-osgi-package', module='wsdl-first-client', version='4.5.3')
)
libraryDependencies += "org.apache.servicemix.examples.cxf-wsdl-first-osgi-package" % "wsdl-first-client" % "4.5.3"
[org.apache.servicemix.examples.cxf-wsdl-first-osgi-package/wsdl-first-client "4.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.servicemix : servicemix-utils | jar | 1.6.0 |