GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-standalone |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-standalone/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-standalone</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-standalone/
implementation 'org.apache.syncope:syncope-standalone:1.1.0'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-standalone/
implementation ("org.apache.syncope:syncope-standalone:1.1.0")
'org.apache.syncope:syncope-standalone:jar:1.1.0'
<dependency org="org.apache.syncope" name="syncope-standalone" rev="1.1.0">
<artifact name="syncope-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-standalone', version='1.1.0')
)
libraryDependencies += "org.apache.syncope" % "syncope-standalone" % "1.1.0"
[org.apache.syncope/syncope-standalone "1.1.0"]