s

syncope-wa-bootstrap

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