Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.syncope.client |
ArtifactId | ArtifactIdsyncope-client-lib |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
syncope-client-lib-2.0.1.pom | |
syncope-client-lib-2.0.1.jar | 22 KB |
syncope-client-lib-2.0.1-sources.jar | 17 KB |
syncope-client-lib-2.0.1-javadoc.jar | 58 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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope.client/syncope-client-lib/
implementation 'org.apache.syncope.client:syncope-client-lib:2.0.1'
// https://jarcasting.com/artifacts/org.apache.syncope.client/syncope-client-lib/
implementation ("org.apache.syncope.client:syncope-client-lib:2.0.1")
'org.apache.syncope.client:syncope-client-lib:jar:2.0.1'
<dependency org="org.apache.syncope.client" name="syncope-client-lib" rev="2.0.1">
<artifact name="syncope-client-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope.client', module='syncope-client-lib', version='2.0.1')
)
libraryDependencies += "org.apache.syncope.client" % "syncope-client-lib" % "2.0.1"
[org.apache.syncope.client/syncope-client-lib "2.0.1"]