MVN

org.jibx.test.examples : org.jibx.examples.cxf.rs

Maven & Gradle

Sep 08, 2022
5 stars

JiBX RESTful example · JiBX Example using JAX-RS

<dependency>
    <groupId>org.jibx.test.examples</groupId>
    <artifactId>org.jibx.examples.cxf.rs</artifactId>
    <version>1.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jibx.test.examples : org.jibx.examples.cxf.rs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.2

All Versions

Choose a version of org.jibx.test.examples : org.jibx.examples.cxf.rs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
org.jibx.examples.cxf.rs-1.4.2
org.jibx.examples.cxf.rs-1.4.1
org.jibx.examples.cxf.rs-1.4.0
1.3.x
org.jibx.examples.cxf.rs-1.3.3
org.jibx.examples.cxf.rs-1.3.2
1.2.x
org.jibx.examples.cxf.rs-1.2.6
org.jibx.examples.cxf.rs-1.2.5
org.jibx.examples.cxf.rs-1.2.4.5

How to add a dependency to Maven

Add the following org.jibx.test.examples : org.jibx.examples.cxf.rs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jibx.test.examples</groupId>
    <artifactId>org.jibx.examples.cxf.rs</artifactId>
    <version>1.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jibx.test.examples : org.jibx.examples.cxf.rs gradle dependency to your build.gradle file:

implementation 'org.jibx.test.examples:org.jibx.examples.cxf.rs:1.4.2'

Gradle Kotlin DSL: Add the following org.jibx.test.examples : org.jibx.examples.cxf.rs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jibx.test.examples:org.jibx.examples.cxf.rs:1.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jibx.test.examples : org.jibx.examples.cxf.rs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jibx.test.examples" % "org.jibx.examples.cxf.rs" % "1.4.2"