MVN

org.apache.cxf : cxf-rt-testsupport

Maven & Gradle

May 29, 2012
8 usages

Apache CXF Test Case Support

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-testsupport</artifactId>
    <version>2.3.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.cxf : cxf-rt-testsupport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.11

All Versions

Choose a version of org.apache.cxf : cxf-rt-testsupport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
cxf-rt-testsupport-2.3.11
cxf-rt-testsupport-2.3.10
cxf-rt-testsupport-2.3.9
cxf-rt-testsupport-2.3.8
cxf-rt-testsupport-2.3.7
cxf-rt-testsupport-2.3.6
cxf-rt-testsupport-2.3.5
cxf-rt-testsupport-2.3.4
cxf-rt-testsupport-2.3.3
cxf-rt-testsupport-2.3.2
cxf-rt-testsupport-2.3.1
cxf-rt-testsupport-2.3.0
2.2.x
cxf-rt-testsupport-2.2.12
cxf-rt-testsupport-2.2.11
cxf-rt-testsupport-2.2.10
cxf-rt-testsupport-2.2.9
cxf-rt-testsupport-2.2.8
cxf-rt-testsupport-2.2.7
cxf-rt-testsupport-2.2.6
cxf-rt-testsupport-2.2.5
cxf-rt-testsupport-2.2.4
cxf-rt-testsupport-2.2.3
cxf-rt-testsupport-2.2.2
cxf-rt-testsupport-2.2.1
2.2
cxf-rt-testsupport-2.2
2.1.x
cxf-rt-testsupport-2.1.10
cxf-rt-testsupport-2.1.9
cxf-rt-testsupport-2.1.8
cxf-rt-testsupport-2.1.7
cxf-rt-testsupport-2.1.6
cxf-rt-testsupport-2.1.5
cxf-rt-testsupport-2.1.4
cxf-rt-testsupport-2.1.3
cxf-rt-testsupport-2.1.2
cxf-rt-testsupport-2.1.1
2.1
cxf-rt-testsupport-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-testsupport</artifactId>
    <version>2.3.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.cxf : cxf-rt-testsupport gradle dependency to your build.gradle file:

implementation 'org.apache.cxf:cxf-rt-testsupport:2.3.11'

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

implementation("org.apache.cxf:cxf-rt-testsupport:2.3.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.cxf : cxf-rt-testsupport sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.cxf" % "cxf-rt-testsupport" % "2.3.11"