MVN

org.apache.syncope.ext.saml2sp : syncope-ext-saml2sp-rest-cxf

Maven & Gradle

May 05, 2023

Apache Syncope Ext: SAML2 SP REST CXF · Apache Syncope Ext: SAML2 SP REST CXF

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

Latest Version

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

  • Latest Stable: 2.1.14

All Versions

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

Version Vulnerabilities Updated
2.1.x
syncope-ext-saml2sp-rest-cxf-2.1.14
syncope-ext-saml2sp-rest-cxf-2.1.13
syncope-ext-saml2sp-rest-cxf-2.1.12
syncope-ext-saml2sp-rest-cxf-2.1.11
syncope-ext-saml2sp-rest-cxf-2.1.10
syncope-ext-saml2sp-rest-cxf-2.1.9
syncope-ext-saml2sp-rest-cxf-2.1.8
syncope-ext-saml2sp-rest-cxf-2.1.7
syncope-ext-saml2sp-rest-cxf-2.1.6
syncope-ext-saml2sp-rest-cxf-2.1.5
syncope-ext-saml2sp-rest-cxf-2.1.4
syncope-ext-saml2sp-rest-cxf-2.1.3
syncope-ext-saml2sp-rest-cxf-2.1.2
syncope-ext-saml2sp-rest-cxf-2.1.1
syncope-ext-saml2sp-rest-cxf-2.1.0
2.0.x
syncope-ext-saml2sp-rest-cxf-2.0.16
syncope-ext-saml2sp-rest-cxf-2.0.15
syncope-ext-saml2sp-rest-cxf-2.0.14
syncope-ext-saml2sp-rest-cxf-2.0.13
syncope-ext-saml2sp-rest-cxf-2.0.12
syncope-ext-saml2sp-rest-cxf-2.0.11
syncope-ext-saml2sp-rest-cxf-2.0.10
syncope-ext-saml2sp-rest-cxf-2.0.9
syncope-ext-saml2sp-rest-cxf-2.0.8
syncope-ext-saml2sp-rest-cxf-2.0.7
syncope-ext-saml2sp-rest-cxf-2.0.6
syncope-ext-saml2sp-rest-cxf-2.0.5
syncope-ext-saml2sp-rest-cxf-2.0.4
syncope-ext-saml2sp-rest-cxf-2.0.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.syncope.ext.saml2sp</groupId>
    <artifactId>syncope-ext-saml2sp-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.ext.saml2sp : syncope-ext-saml2sp-rest-cxf gradle dependency to your build.gradle file:

implementation 'org.apache.syncope.ext.saml2sp:syncope-ext-saml2sp-rest-cxf:2.1.14'

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

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

How to add a dependency to SBT Scala

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

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