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