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