GroupId | GroupIdorg.syncope |
---|---|
ArtifactId | ArtifactIdsyncope |
Version | Version0.5 |
Type | Typepom |
Filename | Size |
---|---|
syncope-0.5.pom | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.syncope/syncope/ -->
<dependency>
<groupId>org.syncope</groupId>
<artifactId>syncope</artifactId>
<version>0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.syncope/syncope/
implementation 'org.syncope:syncope:0.5'
// https://jarcasting.com/artifacts/org.syncope/syncope/
implementation ("org.syncope:syncope:0.5")
'org.syncope:syncope:pom:0.5'
<dependency org="org.syncope" name="syncope" rev="0.5">
<artifact name="syncope" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.syncope', module='syncope', version='0.5')
)
libraryDependencies += "org.syncope" % "syncope" % "0.5"
[org.syncope/syncope "0.5"]