GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope |
Version | Version1.0.9 |
Type | Typepom |
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"]