MVN

org.apache.cxf.systests : cxf-systests-fork

Maven & Gradle

Jun 06, 2023

Apache CXF Forked System Tests · Apache CXF Forked System Tests

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-fork</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.0.2

All Versions

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

Version Vulnerabilities Updated
4.0.x
cxf-systests-fork-4.0.2
cxf-systests-fork-4.0.1
cxf-systests-fork-4.0.0
3.6.x
cxf-systests-fork-3.6.1
cxf-systests-fork-3.6.0
3.5.x
cxf-systests-fork-3.5.6
cxf-systests-fork-3.5.5
cxf-systests-fork-3.5.4
cxf-systests-fork-3.5.3
cxf-systests-fork-3.5.2
cxf-systests-fork-3.5.1
cxf-systests-fork-3.5.0
3.4.x
cxf-systests-fork-3.4.10
cxf-systests-fork-3.4.9
cxf-systests-fork-3.4.8
cxf-systests-fork-3.4.7
cxf-systests-fork-3.4.6
cxf-systests-fork-3.4.5
cxf-systests-fork-3.4.4
cxf-systests-fork-3.4.3
cxf-systests-fork-3.4.2
cxf-systests-fork-3.4.1
cxf-systests-fork-3.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-fork</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cxf.systests:cxf-systests-fork:4.0.2'

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

implementation("org.apache.cxf.systests:cxf-systests-fork:4.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-fork" % "4.0.2"