is not current version
Last Version 0.7.1

org.syncope:syncope-client 0.2.3

Syncope client

Categories

Categories

CLI User Interface
GroupId

GroupId

org.syncope
ArtifactId

ArtifactId

syncope-client
Version

Version

0.2.3
Type

Type

jar

Download syncope-client 0.2.3


<!-- https://jarcasting.com/artifacts/org.syncope/syncope-client/ -->
<dependency>
    <groupId>org.syncope</groupId>
    <artifactId>syncope-client</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation 'org.syncope:syncope-client:0.2.3'
// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation ("org.syncope:syncope-client:0.2.3")
'org.syncope:syncope-client:jar:0.2.3'
<dependency org="org.syncope" name="syncope-client" rev="0.2.3">
  <artifact name="syncope-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncope', module='syncope-client', version='0.2.3')
)
libraryDependencies += "org.syncope" % "syncope-client" % "0.2.3"
[org.syncope/syncope-client "0.2.3"]