s

syncope-sra

Apache Syncope SRA
文件下载
文件名 操作
syncope-sra-3.0.6.jar 下载
syncope-sra-3.0.6.pom 下载
syncope-sra-3.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.syncope</groupId>
  <artifactId>syncope-sra</artifactId>
  <version>3.0.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.syncope:syncope-sra:3.0.6'
Gradle Kotlin
implementation("org.apache.syncope:syncope-sra:3.0.6")
Scala SBT
libraryDependencies += "org.apache.syncope" % "syncope-sra" % "3.0.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.syncope', module='syncope-sra', version='3.0.6')
)
Apache Ivy
<dependency org="org.apache.syncope" name="syncope-sra" rev="3.0.6" />
Leiningen
[org.apache.syncope/syncope-sra "3.0.6"]
Apache Buildr
'org.apache.syncope:syncope-sra:jar:3.0.6'