Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.syncope |
ArtifactId | ArtifactIdsyncope-client |
Version | Version0.5.2 |
Type | Typejar |
Filename | Size |
---|---|
syncope-client-0.5.2.pom | |
syncope-client-0.5.2.jar | 45 KB |
syncope-client-0.5.2-sources.jar | 35 KB |
syncope-client-0.5.2-javadoc.jar | 263 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.syncope/syncope-client/ -->
<dependency>
<groupId>org.syncope</groupId>
<artifactId>syncope-client</artifactId>
<version>0.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation 'org.syncope:syncope-client:0.5.2'
// https://jarcasting.com/artifacts/org.syncope/syncope-client/
implementation ("org.syncope:syncope-client:0.5.2")
'org.syncope:syncope-client:jar:0.5.2'
<dependency org="org.syncope" name="syncope-client" rev="0.5.2">
<artifact name="syncope-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.syncope', module='syncope-client', version='0.5.2')
)
libraryDependencies += "org.syncope" % "syncope-client" % "0.5.2"
[org.syncope/syncope-client "0.5.2"]