MVN

fr.sii.sonar : sonar-report-core

Maven & Gradle

Jun 06, 2016
11 usages

SII web frontend plugin :: 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.

<dependency>
    <groupId>fr.sii.sonar</groupId>
    <artifactId>sonar-report-core</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.sii.sonar : sonar-report-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0
  • Latest Release Candidate: 2.0.0-RC1

All Versions

Choose a version of fr.sii.sonar : sonar-report-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
sonar-report-core-2.1.0
2.0.x
sonar-report-core-2.0.0
sonar-report-core-2.0.0-RC1

How to add a dependency to Maven

Add the following fr.sii.sonar : sonar-report-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.sii.sonar</groupId>
    <artifactId>sonar-report-core</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.sii.sonar : sonar-report-core gradle dependency to your build.gradle file:

implementation 'fr.sii.sonar:sonar-report-core:2.1.0'

Gradle Kotlin DSL: Add the following fr.sii.sonar : sonar-report-core gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.sii.sonar:sonar-report-core:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.sii.sonar : sonar-report-core sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.sii.sonar" % "sonar-report-core" % "2.1.0"