is not current version
Last Version 2.1.11

org.apache.syncope:syncope-core 1.2.2

Apache Syncope Core

GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope-core
Version

Version

1.2.2
Type

Type

war

Download syncope-core 1.2.2


<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/ -->
<dependency>
    <groupId>org.apache.syncope</groupId>
    <artifactId>syncope-core</artifactId>
    <version>1.2.2</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation 'org.apache.syncope:syncope-core:1.2.2'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-core/
implementation ("org.apache.syncope:syncope-core:1.2.2")
'org.apache.syncope:syncope-core:war:1.2.2'
<dependency org="org.apache.syncope" name="syncope-core" rev="1.2.2">
  <artifact name="syncope-core" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-core', version='1.2.2')
)
libraryDependencies += "org.apache.syncope" % "syncope-core" % "1.2.2"
[org.apache.syncope/syncope-core "1.2.2"]