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