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