| License | License | 
|---|---|
| GroupId | GroupIdorg.syncope | 
| ArtifactId | ArtifactIdsyncope | 
| Last Version | Last Version0.7.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSyncope Syncope | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| syncope-0.7.1.pom | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.syncope/syncope/ -->
<dependency>
    <groupId>org.syncope</groupId>
    <artifactId>syncope</artifactId>
    <version>0.7.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.syncope/syncope/
implementation 'org.syncope:syncope:0.7.1'// https://jarcasting.com/artifacts/org.syncope/syncope/
implementation ("org.syncope:syncope:0.7.1")'org.syncope:syncope:pom:0.7.1'<dependency org="org.syncope" name="syncope" rev="0.7.1">
  <artifact name="syncope" type="pom" />
</dependency>@Grapes(
@Grab(group='org.syncope', module='syncope', version='0.7.1')
)libraryDependencies += "org.syncope" % "syncope" % "0.7.1"[org.syncope/syncope "0.7.1"]