MVN

org.apache.cxf.systests : cxf-systests-databinding-jibx

Maven & Gradle

Jan 25, 2019

Apache CXF Data Binding JiBX System Tests · Apache CXF Data Binding JiBX System Tests

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-databinding-jibx</artifactId>
    <version>3.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.18

All Versions

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

Version Vulnerabilities Updated
3.1.x
cxf-systests-databinding-jibx-3.1.18
cxf-systests-databinding-jibx-3.1.17
cxf-systests-databinding-jibx-3.1.16
cxf-systests-databinding-jibx-3.1.15
cxf-systests-databinding-jibx-3.1.14
cxf-systests-databinding-jibx-3.1.13
cxf-systests-databinding-jibx-3.1.12
cxf-systests-databinding-jibx-3.1.11
cxf-systests-databinding-jibx-3.1.10
cxf-systests-databinding-jibx-3.1.9
cxf-systests-databinding-jibx-3.1.8
cxf-systests-databinding-jibx-3.1.7
cxf-systests-databinding-jibx-3.1.6
cxf-systests-databinding-jibx-3.1.5
cxf-systests-databinding-jibx-3.1.4
cxf-systests-databinding-jibx-3.1.3
cxf-systests-databinding-jibx-3.1.2
cxf-systests-databinding-jibx-3.1.1
cxf-systests-databinding-jibx-3.1.0
3.0.x
cxf-systests-databinding-jibx-3.0.16
cxf-systests-databinding-jibx-3.0.14
cxf-systests-databinding-jibx-3.0.13
cxf-systests-databinding-jibx-3.0.10
cxf-systests-databinding-jibx-3.0.9
cxf-systests-databinding-jibx-3.0.8
cxf-systests-databinding-jibx-3.0.7
cxf-systests-databinding-jibx-3.0.6
cxf-systests-databinding-jibx-3.0.5
cxf-systests-databinding-jibx-3.0.4
cxf-systests-databinding-jibx-3.0.3
cxf-systests-databinding-jibx-3.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.cxf.systests</groupId>
    <artifactId>cxf-systests-databinding-jibx</artifactId>
    <version>3.1.18</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.cxf.systests:cxf-systests-databinding-jibx:3.1.18'

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

implementation("org.apache.cxf.systests:cxf-systests-databinding-jibx:3.1.18")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.cxf.systests" % "cxf-systests-databinding-jibx" % "3.1.18"