is not current version
Last Version 2.1.11

org.apache.syncope:syncope 1.0.9

Apache Syncope parent POM

GroupId

GroupId

org.apache.syncope
ArtifactId

ArtifactId

syncope
Version

Version

1.0.9
Type

Type

pom

Download syncope 1.0.9

Filename Size
syncope-1.0.9.pom 39 KB
Browse

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