License |
License |
---|---|
GroupId | GroupIdorg.apache.syncope |
ArtifactId | ArtifactIdsyncope-quality |
Last Version | Last Version1.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Syncope Quality
Configuration for widely used quality enforcement plugins: pmd, checkstyle, findbugs...
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
syncope-quality-1.0.9.pom | |
syncope-quality-1.0.9.jar | 13 KB |
syncope-quality-1.0.9-sources.jar | 11 KB |
syncope-quality-1.0.9-source.zip | 9 KB |
syncope-quality-1.0.9-source.tar.gz | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/ -->
<dependency>
<groupId>org.apache.syncope</groupId>
<artifactId>syncope-quality</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/
implementation 'org.apache.syncope:syncope-quality:1.0.9'
// https://jarcasting.com/artifacts/org.apache.syncope/syncope-quality/
implementation ("org.apache.syncope:syncope-quality:1.0.9")
'org.apache.syncope:syncope-quality:jar:1.0.9'
<dependency org="org.apache.syncope" name="syncope-quality" rev="1.0.9">
<artifact name="syncope-quality" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.syncope', module='syncope-quality', version='1.0.9')
)
libraryDependencies += "org.apache.syncope" % "syncope-quality" % "1.0.9"
[org.apache.syncope/syncope-quality "1.0.9"]