License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Net |
GroupId | GroupIdcom.internetitem.spring |
ArtifactId | ArtifactIdspring-boot-cxf-jaxrs |
Version | Version1.1 |
Type | Typejar |
Description |
DescriptionSpring Boot CXF Integration
Spring Boot integration for CXF, specifically for JAX-RS
|
Project URL |
Project URL |
Project Organization |
Project OrganizationInternet Item |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.internetitem.spring/spring-boot-cxf-jaxrs/ -->
<dependency>
<groupId>com.internetitem.spring</groupId>
<artifactId>spring-boot-cxf-jaxrs</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.internetitem.spring/spring-boot-cxf-jaxrs/
implementation 'com.internetitem.spring:spring-boot-cxf-jaxrs:1.1'
// https://jarcasting.com/artifacts/com.internetitem.spring/spring-boot-cxf-jaxrs/
implementation ("com.internetitem.spring:spring-boot-cxf-jaxrs:1.1")
'com.internetitem.spring:spring-boot-cxf-jaxrs:jar:1.1'
<dependency org="com.internetitem.spring" name="spring-boot-cxf-jaxrs" rev="1.1">
<artifact name="spring-boot-cxf-jaxrs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.internetitem.spring', module='spring-boot-cxf-jaxrs', version='1.1')
)
libraryDependencies += "com.internetitem.spring" % "spring-boot-cxf-jaxrs" % "1.1"
[com.internetitem.spring/spring-boot-cxf-jaxrs "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.4.4 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 1.2.0.RELEASE |
org.apache.cxf : cxf-rt-frontend-jaxrs | jar | 3.0.2 |