MVN

org.apache.syncope : syncope-core-upgrader

Maven & Gradle

Mar 13, 2018

Apache Syncope Core Upgrader · Apache Syncope Core Upgrader from 1.1.X to 1.2.X

<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-core-upgrader</artifactId>
    <version>1.2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.11

All Versions

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

Version Vulnerabilities Updated
1.2.x
syncope-core-upgrader-1.2.11
syncope-core-upgrader-1.2.10
syncope-core-upgrader-1.2.9
syncope-core-upgrader-1.2.8
syncope-core-upgrader-1.2.7
syncope-core-upgrader-1.2.6
syncope-core-upgrader-1.2.5
syncope-core-upgrader-1.2.4
syncope-core-upgrader-1.2.3
syncope-core-upgrader-1.2.2
syncope-core-upgrader-1.2.1
syncope-core-upgrader-1.2.0
syncope-core-upgrader-1.2.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-core-upgrader</artifactId>
    <version>1.2.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.apache.syncope:syncope-core-upgrader:1.2.11'

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

implementation("org.apache.syncope:syncope-core-upgrader:1.2.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.apache.syncope" % "syncope-core-upgrader" % "1.2.11"