MVN

org.apache.syncope.client : syncope-client-enduser

Maven & Gradle

May 05, 2023
3 usages

Apache Syncope Client Enduser · Apache Syncope Client Enduser

<dependency>
    <groupId>org.apache.syncope.client</groupId>
    <artifactId>syncope-client-enduser</artifactId>
    <version>2.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.syncope.client : syncope-client-enduser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.14

All Versions

Choose a version of org.apache.syncope.client : syncope-client-enduser to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.syncope.client</groupId>
    <artifactId>syncope-client-enduser</artifactId>
    <version>2.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.syncope.client : syncope-client-enduser gradle dependency to your build.gradle file:

implementation 'org.apache.syncope.client:syncope-client-enduser:2.1.14'

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

implementation("org.apache.syncope.client:syncope-client-enduser:2.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.syncope.client : syncope-client-enduser sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.syncope.client" % "syncope-client-enduser" % "2.1.14"