s

syncope-root

Syncope root POM
Files download
File Operation
syncope-root-1.0.9.pom download
Apache Maven
<dependency>
  <groupId>org.apache.syncope</groupId>
  <artifactId>syncope-root</artifactId>
  <version>1.0.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.syncope:syncope-root:1.0.9'
Gradle Kotlin
implementation("org.apache.syncope:syncope-root:1.0.9")
Scala SBT
libraryDependencies += "org.apache.syncope" % "syncope-root" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.syncope', module='syncope-root', version='1.0.9')
)
Apache Ivy
<dependency org="org.apache.syncope" name="syncope-root" rev="1.0.9" />
Leiningen
[org.apache.syncope/syncope-root "1.0.9"]
Apache Buildr
'org.apache.syncope:syncope-root:jar:1.0.9'