MVN

org.apache.cxf.systests : cxf-systests-spring-boot

Maven & Gradle

Jun 09, 2023

Apache CXF Spring Boot Integration System Tests · Apache CXF Spring Boot Integration System Tests

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-spring-boot</artifactId>
    <version>3.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf.systests : cxf-systests-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.1

All Versions

Choose a version of org.apache.cxf.systests : cxf-systests-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cxf-systests-spring-boot-4.0.2
cxf-systests-spring-boot-4.0.1
cxf-systests-spring-boot-4.0.0
3.6.x
cxf-systests-spring-boot-3.6.1
cxf-systests-spring-boot-3.6.0
3.5.x
cxf-systests-spring-boot-3.5.6
cxf-systests-spring-boot-3.5.5
cxf-systests-spring-boot-3.5.4
cxf-systests-spring-boot-3.5.3
cxf-systests-spring-boot-3.5.2
cxf-systests-spring-boot-3.5.1
cxf-systests-spring-boot-3.5.0
3.4.x
cxf-systests-spring-boot-3.4.10
cxf-systests-spring-boot-3.4.9
cxf-systests-spring-boot-3.4.8
cxf-systests-spring-boot-3.4.7
cxf-systests-spring-boot-3.4.6
cxf-systests-spring-boot-3.4.5
cxf-systests-spring-boot-3.4.4
cxf-systests-spring-boot-3.4.3
cxf-systests-spring-boot-3.4.2
cxf-systests-spring-boot-3.4.1
cxf-systests-spring-boot-3.4.0
3.3.x
cxf-systests-spring-boot-3.3.13
cxf-systests-spring-boot-3.3.12
cxf-systests-spring-boot-3.3.11
cxf-systests-spring-boot-3.3.10
cxf-systests-spring-boot-3.3.9
cxf-systests-spring-boot-3.3.8
cxf-systests-spring-boot-3.3.7
cxf-systests-spring-boot-3.3.6
cxf-systests-spring-boot-3.3.5
3.2.x
cxf-systests-spring-boot-3.2.14
cxf-systests-spring-boot-3.2.13

How to add a dependency to Maven

Add the following org.apache.cxf.systests : cxf-systests-spring-boot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-spring-boot</artifactId>
    <version>3.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf.systests : cxf-systests-spring-boot gradle dependency to your build.gradle file:

implementation 'org.apache.cxf.systests:cxf-systests-spring-boot:3.6.1'

Gradle Kotlin DSL: Add the following org.apache.cxf.systests : cxf-systests-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.cxf.systests:cxf-systests-spring-boot:3.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf.systests : cxf-systests-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-spring-boot" % "3.6.1"