Download sonar-report-core-2.0.0.jar file - Jar s

Jar examples for s:sonar-report-core

Description

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.0.0 in this page.

Build File

You can use the following script to add sonar-report-core-2.0.0.jar to your project.

<dependency>
   <groupId>fr.sii.sonar</groupId>
   <artifactId>sonar-report-core</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'fr.sii.sonar', name: 'sonar-report-core', version: '2.0.0'
libraryDependencies += "fr.sii.sonar" % "sonar-report-core" % "2.0.0"
<dependency org="fr.sii.sonar" name="sonar-report-core" rev="2.0.0"/>
@Grapes(@Grab(group='fr.sii.sonar', module='sonar-report-core', version='2.0.0'))
'fr.sii.sonar:sonar-report-core:jar:2.0.0'

Download

Click the following link to download the jar file.

sonar-report-core-2.0.0-javadoc.jar
sonar-report-core-2.0.0-sources.jar
sonar-report-core-2.0.0.jar
sonar-report-core-2.0.0.pom



Related Tutorials