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