MVN

org.apache.syncope.core : syncope-core-rest-cxf

Maven & Gradle

May 05, 2023
6 usages

Apache Syncope Core REST CXF · Apache Syncope Core REST CXF

<dependency>
    <groupId>org.apache.syncope.core</groupId>
    <artifactId>syncope-core-rest-cxf</artifactId>
    <version>2.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.syncope.core : syncope-core-rest-cxf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.14

All Versions

Choose a version of org.apache.syncope.core : syncope-core-rest-cxf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
syncope-core-rest-cxf-2.1.14
syncope-core-rest-cxf-2.1.13
syncope-core-rest-cxf-2.1.12
syncope-core-rest-cxf-2.1.11
syncope-core-rest-cxf-2.1.10
syncope-core-rest-cxf-2.1.9
syncope-core-rest-cxf-2.1.8
syncope-core-rest-cxf-2.1.7
syncope-core-rest-cxf-2.1.6
syncope-core-rest-cxf-2.1.5
CVE-2020-1959
syncope-core-rest-cxf-2.1.4
CVE-2020-1959
syncope-core-rest-cxf-2.1.3
CVE-2020-1959
syncope-core-rest-cxf-2.1.2
CVE-2020-1959
syncope-core-rest-cxf-2.1.1
CVE-2020-1959
syncope-core-rest-cxf-2.1.0
CVE-2020-1959
2.0.x
syncope-core-rest-cxf-2.0.16
syncope-core-rest-cxf-2.0.15
CVE-2020-1959
syncope-core-rest-cxf-2.0.14
CVE-2020-1959
syncope-core-rest-cxf-2.0.13
CVE-2020-1959
syncope-core-rest-cxf-2.0.12
CVE-2020-1959
syncope-core-rest-cxf-2.0.11
CVE-2020-1959
syncope-core-rest-cxf-2.0.10
CVE-2020-1959
syncope-core-rest-cxf-2.0.9
CVE-2020-1959
syncope-core-rest-cxf-2.0.8
CVE-2020-1959
syncope-core-rest-cxf-2.0.7
CVE-2020-1959
syncope-core-rest-cxf-2.0.6
CVE-2020-1959
syncope-core-rest-cxf-2.0.5
CVE-2020-1959
syncope-core-rest-cxf-2.0.4
CVE-2020-1959
syncope-core-rest-cxf-2.0.3
CVE-2020-1959
syncope-core-rest-cxf-2.0.2
CVE-2020-1959
syncope-core-rest-cxf-2.0.1
CVE-2020-1959
syncope-core-rest-cxf-2.0.0
CVE-2020-1959
syncope-core-rest-cxf-2.0.0.M5
CVE-2020-1959
syncope-core-rest-cxf-2.0.0-M4
CVE-2020-1959
syncope-core-rest-cxf-2.0.0-M3
CVE-2020-1959
syncope-core-rest-cxf-2.0.0-M2
CVE-2020-1959
syncope-core-rest-cxf-2.0.0-M1
CVE-2020-1959

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.syncope.core</groupId>
    <artifactId>syncope-core-rest-cxf</artifactId>
    <version>2.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.syncope.core : syncope-core-rest-cxf gradle dependency to your build.gradle file:

implementation 'org.apache.syncope.core:syncope-core-rest-cxf:2.1.14'

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

implementation("org.apache.syncope.core:syncope-core-rest-cxf:2.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.syncope.core : syncope-core-rest-cxf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.syncope.core" % "syncope-core-rest-cxf" % "2.1.14"