| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.syncope | 
| ArtifactId | ArtifactIdsyncope-client | 
| Last Version | Last Version0.7.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionSyncope client Syncope client | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| syncope-client-0.7.1.pom | |
| syncope-client-0.7.1.jar | 46 KB | 
| syncope-client-0.7.1-sources.jar | 36 KB | 
| syncope-client-0.7.1-javadoc.jar | 269 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.syncope/syncope-client/ -->
<dependency>
    <groupId>org.syncope</groupId>
    <artifactId>syncope-client</artifactId>
    <version>0.7.1</version>
</dependency>// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation 'org.syncope:syncope-client:0.7.1'// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation ("org.syncope:syncope-client:0.7.1")'org.syncope:syncope-client:jar:0.7.1'<dependency org="org.syncope" name="syncope-client" rev="0.7.1">
  <artifact name="syncope-client" type="jar" />
</dependency>@Grapes(
@Grab(group='org.syncope', module='syncope-client', version='0.7.1')
)libraryDependencies += "org.syncope" % "syncope-client" % "0.7.1"[org.syncope/syncope-client "0.7.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-lang : commons-lang | jar | 2.6 | 
| org.springframework : spring-webmvc | jar | 3.0.7.RELEASE | 
| org.codehaus.jackson : jackson-mapper-lgpl | jar | 1.9.3 | 
| ch.qos.logback : logback-core | jar | 1.0.0 | 
| ch.qos.logback : logback-classic | jar | 1.0.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.9 |