| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Bootique Web Frameworks |
| GroupId | GroupIdio.bootique.cxf |
| ArtifactId | ArtifactIdbootique-cxf-jaxws-client |
| Version | Version2.0.M1 |
| Type | Typejar |
| Description |
Descriptionbootique-cxf-jaxws-client: Apache CXF JAX-WS client integration with Bootique
Provides Apache CXF JAX-WS Client integration with Bootique.
|
| Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-client/ -->
<dependency>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf-jaxws-client</artifactId>
<version>2.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-client/
implementation 'io.bootique.cxf:bootique-cxf-jaxws-client:2.0.M1'
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-client/
implementation ("io.bootique.cxf:bootique-cxf-jaxws-client:2.0.M1")
'io.bootique.cxf:bootique-cxf-jaxws-client:jar:2.0.M1'
<dependency org="io.bootique.cxf" name="bootique-cxf-jaxws-client" rev="2.0.M1">
<artifact name="bootique-cxf-jaxws-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.cxf', module='bootique-cxf-jaxws-client', version='2.0.M1')
)
libraryDependencies += "io.bootique.cxf" % "bootique-cxf-jaxws-client" % "2.0.M1"
[io.bootique.cxf/bootique-cxf-jaxws-client "2.0.M1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.bootique : bootique | jar | 2.0.M1 |
| io.bootique.cxf : bootique-cxf-core | jar | 2.0.M1 |
| org.apache.cxf : cxf-rt-frontend-jaxws | jar | 3.3.1 |
| org.apache.cxf : cxf-rt-transports-http | jar | 3.3.1 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| javax.xml.ws : jaxws-api | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13 |
| io.bootique : bootique-test | jar | 2.0.M1 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |