License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.cxf |
ArtifactId | ArtifactIdbootique-cxf-jaxws-server |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-cxf-jaxws-server: Apache CXF JAX-WS Server integration with Bootique
Provides Apache CXF JAX-WS Server integration with Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
<!-- https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-server/ -->
<dependency>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf-jaxws-server</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-server/
implementation 'io.bootique.cxf:bootique-cxf-jaxws-server:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxws-server/
implementation ("io.bootique.cxf:bootique-cxf-jaxws-server:2.0.1")
'io.bootique.cxf:bootique-cxf-jaxws-server:jar:2.0.1'
<dependency org="io.bootique.cxf" name="bootique-cxf-jaxws-server" rev="2.0.1">
<artifact name="bootique-cxf-jaxws-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.cxf', module='bootique-cxf-jaxws-server', version='2.0.1')
)
libraryDependencies += "io.bootique.cxf" % "bootique-cxf-jaxws-server" % "2.0.1"
[io.bootique.cxf/bootique-cxf-jaxws-server "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique : bootique | jar | 2.0.1 |
io.bootique.jetty : bootique-jetty | jar | 2.0.1 |
io.bootique.cxf : bootique-cxf-core | jar | 2.0.1 |
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 |
jakarta.xml.ws : jakarta.xml.ws-api | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.ws : jaxws-ri | pom | 2.3.3 |
junit : junit | jar | 4.13.2 |
io.bootique : bootique-test | jar | 2.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |