Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.syncope |
ArtifactId | ArtifactIdsyncope-client |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
syncope-client-0.2.3.pom | |
syncope-client-0.2.3.jar | 41 KB |
syncope-client-0.2.3-sources.jar | 31 KB |
syncope-client-0.2.3-javadoc.jar | 238 KB |
Browse |
<!-- 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"]