License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.cxf |
ArtifactId | ArtifactIdbootique-cxf-jaxrs |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-cxf-jaxrs: Apache CXF JAX-RS integration with Bootique
Provides Apache CXF JAX-RS integration with Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-cxf-jaxrs-2.0.1.pom | |
bootique-cxf-jaxrs-2.0.1.jar | 11 KB |
bootique-cxf-jaxrs-2.0.1-sources.jar | 12 KB |
bootique-cxf-jaxrs-2.0.1-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxrs/ -->
<dependency>
<groupId>io.bootique.cxf</groupId>
<artifactId>bootique-cxf-jaxrs</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxrs/
implementation 'io.bootique.cxf:bootique-cxf-jaxrs:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.cxf/bootique-cxf-jaxrs/
implementation ("io.bootique.cxf:bootique-cxf-jaxrs:2.0.1")
'io.bootique.cxf:bootique-cxf-jaxrs:jar:2.0.1'
<dependency org="io.bootique.cxf" name="bootique-cxf-jaxrs" rev="2.0.1">
<artifact name="bootique-cxf-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.cxf', module='bootique-cxf-jaxrs', version='2.0.1')
)
libraryDependencies += "io.bootique.cxf" % "bootique-cxf-jaxrs" % "2.0.1"
[io.bootique.cxf/bootique-cxf-jaxrs "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-jaxrs | jar | 3.3.1 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.12.6 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.12.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
javax.xml.bind : jaxb-api | jar | 2.3.1 |
com.sun.activation : jakarta.activation | jar | 1.2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
io.bootique : bootique-test | jar | 2.0.1 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.5 |