Jar examples for s:sonar-report-core
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.
You can download jar file sonar-report-core 2.1.0 in this page.
You can use the following script to add sonar-report-core-2.1.0.jar to your project.
<dependency> <groupId>fr.sii.sonar</groupId> <artifactId>sonar-report-core</artifactId> <version>2.1.0</version> </dependency>
compile group: 'fr.sii.sonar', name: 'sonar-report-core', version: '2.1.0'
libraryDependencies += "fr.sii.sonar" % "sonar-report-core" % "2.1.0"
<dependency org="fr.sii.sonar" name="sonar-report-core" rev="2.1.0"/>
@Grapes(@Grab(group='fr.sii.sonar', module='sonar-report-core', version='2.1.0'))
'fr.sii.sonar:sonar-report-core:jar:2.1.0'
Click the following link to download the jar file.
sonar-report-core-2.1.0-javadoc.jar