is not current version
Last Version 2.1.0

fr.sii.sonar:sonar-report-core 2.0.0-RC1

Base for any plugin. The core contains all the treatments of reports. Reports generated by external tools are abstracted to use pivot formats. The reports can then be read and imported into Sonar.

GroupId

GroupId

fr.sii.sonar
ArtifactId

ArtifactId

sonar-report-core
Version

Version

2.0.0-RC1
Type

Type

jar

Download sonar-report-core 2.0.0-RC1


<!-- https://jarcasting.com/artifacts/fr.sii.sonar/sonar-report-core/ -->
<dependency>
    <groupId>fr.sii.sonar</groupId>
    <artifactId>sonar-report-core</artifactId>
    <version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.sii.sonar/sonar-report-core/
implementation 'fr.sii.sonar:sonar-report-core:2.0.0-RC1'
// https://jarcasting.com/artifacts/fr.sii.sonar/sonar-report-core/
implementation ("fr.sii.sonar:sonar-report-core:2.0.0-RC1")
'fr.sii.sonar:sonar-report-core:jar:2.0.0-RC1'
<dependency org="fr.sii.sonar" name="sonar-report-core" rev="2.0.0-RC1">
  <artifact name="sonar-report-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.sii.sonar', module='sonar-report-core', version='2.0.0-RC1')
)
libraryDependencies += "fr.sii.sonar" % "sonar-report-core" % "2.0.0-RC1"
[fr.sii.sonar/sonar-report-core "2.0.0-RC1"]