GroupId | GroupIdorg.apache.syncope |
---|---|
ArtifactId | ArtifactIdsyncope-quality |
Version | Version1.0.0-RC1-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-quality</artifactId>
<version>1.0.0-RC1-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/
implementation 'org.apache.syncope:syncope-quality:1.0.0-RC1-incubating'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/
implementation ("org.apache.syncope:syncope-quality:1.0.0-RC1-incubating")
'org.apache.syncope:syncope-quality:jar:1.0.0-RC1-incubating'
<dependency org="org.apache.syncope" name="syncope-quality" rev="1.0.0-RC1-incubating">
<artifact name="syncope-quality" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-quality', version='1.0.0-RC1-incubating')
)
libraryDependencies += "org.apache.syncope" % "syncope-quality" % "1.0.0-RC1-incubating"
[org.apache.syncope/syncope-quality "1.0.0-RC1-incubating"]