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